.benefit-card {
	width: 100%;
	margin: 0 0 3.6rem;
	color: #fff;
	background-color: #064d32;
	border-radius: 4rem;
	text-align: center;
	padding: 6rem 5rem 7.2rem;
	transition: all 0.3s ease;
	width: 100%;
	display: flex;
	flex-direction: column;
}
.benefit-card .benefit-card-ico {
	width: 100%;
	position: relative;
	overflow: hidden;
	width: 100%;
	height: 16.2rem;
	transition: all 0.3s ease;
}
.benefit-card .benefit-card-ico img,
.benefit-card .benefit-card-ico svg {
	position: absolute;
	z-index: 10;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	max-width: 100%;
	max-height: 100%;
}
.benefit-card .benefit-card-ico svg path {
	transition: all 0.3s ease;
}
.benefit-card .benefit-card-ico svg path.ico-color-white {
	fill: #fff;
}
.benefit-card .benefit-card-ico svg path.ico-color-yellow {
	fill: #c39569;
}
.benefit-card figcaption,
.benefit-card .benefit-card-body {
	width: 100%;
	padding-top: 4.4rem;
	font-size: 1.8rem;
	line-height: 1.222;
}
.benefit-card figcaption h3,
.benefit-card .benefit-card-body h3 {
	color: inherit;
	margin-bottom: 2.3rem;
	line-height: 1.267;
}
.benefit-card figcaption p:last-child,
.benefit-card .benefit-card-body p:last-child {
	margin-bottom: 0;
}
.benefit-card .benefit-card-footer {
	width: 100%;
	margin-top: auto;
	padding-top: 4.5rem;
}
.benefit-card:hover {
	background-color: #064d32;
	box-shadow: 0 1.5rem 2rem 0 rgba(0, 0, 0, 0.16);
}
.benefit-card:hover .benefit-card-ico {
	transform: translate(0, -1rem);
}
.benefit-card:hover .benefit-card-ico svg path.ico-color-white {
	fill: #c39569;
}
@media (max-width: 1199.98px) {
	.benefit-card {
		padding: 4.2857rem 2.8571rem;
	}
}
@media (min-width: 768px) and (max-width: 991.98px) {
	.benefit-card {
		padding: 2rem 1.5rem;
	}
	.benefit-card .benefit-card-ico {
		height: 5rem;
	}
	.benefit-card figcaption,
	.benefit-card .benefit-card-body {
		padding-top: 1.5rem;
		font-size: 1.4rem;
		line-height: 1.25;
	}
	.benefit-card figcaption h3,
	.benefit-card .benefit-card-body h3 {
		font-size: 1.8rem;
		margin-bottom: 1rem;
	}
	.benefit-card .benefit-card-footer {
		padding-top: 2rem;
	}
}
@media (max-width: 767.98px) {
	.benefit-card {
		padding: 3.2rem 3.3rem 3rem;
		margin-bottom: 2rem;
	}
	.benefit-card .benefit-card-ico {
		height: 11rem;
	}
	.benefit-card figcaption,
	.benefit-card .benefit-card-body {
		padding-top: 2.2rem;
		font-size: 1.6rem;
		line-height: 1.25;
	}
	.benefit-card figcaption h3,
	.benefit-card .benefit-card-body h3 {
		margin-bottom: 1.2rem;
		line-height: 1.273;
	}
	.benefit-card .benefit-card-footer {
		padding-top: 3rem;
	}
}

.benefit-cards-section {
	position: relative;
	overflow: hidden;
	padding-top: 9.5rem;
	padding-bottom: 9.4rem;
	background-color: #f3eae1;
}
.benefit-cards-section h2 {
	text-align: center;
	margin-bottom: 6.5rem;
}
@media (max-width: 991.98px) {
	.benefit-cards-section {
		padding-top: 3.5rem;
		padding-bottom: 4.3rem;
	}
	.benefit-cards-section .container > .row {
		--bs-gutter-x: 2rem;
	}
	.benefit-cards-section h2 {
		margin-bottom: 3.4rem;
	}
	.benefit-cards-section.benefit-cards-section-with-mobile-bottom-border {
		border-bottom: 0.3rem solid #fff;
	}
}
/*# sourceMappingURL=benefit-cards-section.css.map */
