﻿.grw-pros-cons-box.style-1 p {
	color: #000;
	text-align: center;
	font-family: 'Montserrat', sans-serif;
	font-size: 18px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
.grw-pros-cons-box.style-1 p + p {
	margin-top: 20px;
}
.grw-pros-cons-box.style-1 .fc-pros-cons-box {
	display: flex;
	align-items: stretch;
	justify-content: flex-start;
	max-width: 100%;
	flex-direction: row;
	margin-top: 30px;
	gap: 30px;
}
.grw-pros-cons-box.style-1 .fc-pros-cons-box > div {
	flex: 1;
	box-sizing: border-box;
	padding: 0 20px 20px 20px;
	margin-bottom: 0.75rem;
	border-radius: 8px;
	border: 1px solid;
	background: #fff;
}
.grw-pros-cons-box.style-1 .fc-pros-cons-box > div h3 {
	color: #fff;
	text-align: center;
	font-family: 'Montserrat', sans-serif;
	font-size: 18px;
	font-style: normal;
	font-weight: 600;
	line-height: normal;
	padding: 10px;
	border-radius: 0 0 8px 8px;
	box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.15);
}
.grw-pros-cons-box.style-1 .fc-pros-cons-box > div ul {
	padding: 0;
	margin: 12px 0 0 0;
}
.grw-pros-cons-box.style-1 .fc-pros-cons-box > div ul li {
	position: relative;
	padding: 13px 4px 13px 25px;
	list-style: none;
	background-repeat: no-repeat;
	background-position: left center;
	color: #000;
	font-family: 'Montserrat', sans-serif;
	font-size: 18px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	text-align: left;
}
.grw-pros-cons-box.style-1 .fc-pros-cons-box > div ul li:before {
	content: '';
	font-family: 'custom-icons';
	font-style: normal;
	font-weight: normal;
	speak: never;
	position: absolute;
	display: inline-block;
	text-decoration: inherit;
	width: 1em;
	text-align: center;
	font-variant: normal;
	text-transform: none;
	line-height: 1em;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-size: 24px;
	left: -5px;
}
.grw-pros-cons-box.style-1 .fc-pros-cons-box > div ul li p {
	text-align: left;
	color: #000;
	font-family: 'Montserrat', sans-serif;
	font-size: 18px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
.grw-pros-cons-box.style-1 .fc-pros-cons-box > div ul li strong,
.grw-pros-cons-box.style-1 .fc-pros-cons-box > div ul li b {
	font-weight: 500;
}
.grw-pros-cons-box.style-1 .fc-pros-cons-box .pros {
	border-color: #32b300;
	border-radius: 30px;
	position: relative;
	background: #f1fff9;
}
.grw-pros-cons-box.style-1 .fc-pros-cons-box .pros h3 {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	background: #32b300;
	border-radius: 100px;
}
.grw-pros-cons-box.style-1 .fc-pros-cons-box .pros ul {
	padding: 30px 0 0 0;
}
.grw-pros-cons-box.style-1 .fc-pros-cons-box .pros ul li:before {
	content: '';
	color: #32b300;
}
.grw-pros-cons-box.style-1 .fc-pros-cons-box .cons {
	border-color: #d61717;
	border-radius: 30px;
	position: relative;
	background: #ffebef;
}
.grw-pros-cons-box.style-1 .fc-pros-cons-box .cons h3 {
	background: #d61717;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	border-radius: 100px;
}
.grw-pros-cons-box.style-1 .fc-pros-cons-box .cons ul {
	padding: 30px 0 0 0;
}
.grw-pros-cons-box.style-1 .fc-pros-cons-box .cons ul li:before {
	content: '';
	color: #d61717;
}
@media (max-width: 992px) {
	.grw-pros-cons-box.style-1 .fc-pros-cons-box {
		flex-direction: column;
		gap: 30px;
	}
	.grw-pros-cons-box.style-1 .fc-pros-cons-box > div {
		margin-bottom: 0;
		border-radius: 6px;
	}
} /*# sourceMappingURL=pros-cons-style-1.css.map */
