.service-card {
	display: flex;
	width: 100%;
	margin-bottom: 3.6rem;
	perspective: 150rem;
}
.service-card .service-card-inner {
	width: 100%;
	display: flex;
	flex-direction: column;
	color: rgba(0, 0, 0, 0.87);
	background-color: #f3eae1;
	border-radius: 4rem;
	transition: all 0.8s ease;
	backface-visibility: hidden;
}
.service-card .service-card-image {
	width: 100%;
	aspect-ratio: 1.22/1;
	position: relative;
	overflow: hidden;
	border-radius: 4rem 4rem 0 0;
}
.service-card .service-card-image img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	   object-fit: cover;
}
.service-card .service-card-body {
	width: 100%;
	padding-top: 5.3rem;
	padding-left: 5rem;
	padding-right: 5rem;
	text-align: center;
}
.service-card .service-card-body:last-child {
	padding-bottom: 6.3rem;
}
.service-card .service-card-body h3 {
	margin-bottom: 2.7rem;
}
.service-card .service-card-body p:last-child {
	margin-bottom: 0;
}
.service-card .service-card-footer {
	width: 100%;
	margin-top: auto;
	padding: 4.6rem 5rem 6.1rem;
	text-align: center;
}
.service-card:hover .service-card-inner {
	transform: rotateY(20deg);
	box-shadow: 0 1.5rem 2rem 0 rgba(0, 0, 0, 0.16);
	background-color: #c39569;
}
@media (max-width: 991.98px) {
	.service-card {
		margin-bottom: 2rem;
	}
	.service-card .service-card-inner {
		color: #000;
		border-radius: 3rem;
	}
	.service-card .service-card-image {
		aspect-ratio: 1.24/1;
		border-radius: 3rem 3rem 0 0;
	}
	.service-card .service-card-body {
		padding-top: 3.7rem;
		padding-left: 3.6rem;
		padding-right: 3.6rem;
	}
	.service-card .service-card-body:last-child {
		padding-bottom: 4.5rem;
	}
	.service-card .service-card-body h3 {
		margin-bottom: 1.6rem;
	}
	.service-card .service-card-footer {
		padding: 3rem 3.6rem 5.2rem;
	}
}
@media (min-width: 768px) and (max-width: 991.98px) {
	.service-card .service-card-body {
		padding-top: 2rem;
		padding-left: 1.5rem;
		padding-right: 1.5rem;
		font-size: 1.4rem;
		line-height: 1.25;
	}
	.service-card .service-card-body:last-child {
		padding-bottom: 2rem;
	}
	.service-card .service-card-body h3 {
		font-size: 1.8rem;
		margin-bottom: 1rem;
	}
	.service-card .service-card-footer {
		padding: 2rem 1.5rem;
	}
}

.services-section {
	position: relative;
	overflow: hidden;
	padding-top: 10rem;
	padding-bottom: 9.3rem;
}
.services-section .container > .row > div[class^=col-] > a {
	display: flex;
	width: 100%;
	color: inherit;
	text-decoration: none;
}
.services-section .container > .row > div[class^=col-] > a:hover, .services-section .container > .row > div[class^=col-] > a:focus {
	color: inherit;
	text-decoration: none;
}
@media (max-width: 991.98px) {
	.services-section {
		padding-top: 4.6rem;
		padding-bottom: 3.8rem;
	}
	.services-section .container > .row {
		--bs-gutter-x: 2rem;
	}
}
/*# sourceMappingURL=services-section.css.map */
