.post-card {
	width: 100%;
	display: flex;
	flex-direction: column;
}
.post-card .post-card-image {
	width: 100%;
	position: relative;
	overflow: hidden;
	border-radius: 1.5rem;
	aspect-ratio: 1.46/1;
}
.post-card .post-card-image img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	   object-fit: cover;
	transition: all 0.3s ease;
}
.post-card .post-card-body {
	width: 100%;
	font-size: var(--font-size-base);
	line-height: var(--line-height-base);
	padding-top: 4.5rem;
}
.post-card .post-card-body h3 {
	line-height: 1.267;
	margin-bottom: 2.2rem;
}
.post-card .post-card-body h3 a {
	color: inherit;
	text-decoration: none;
}
.post-card .post-card-body h3 a:hover {
	color: #c39569;
	text-decoration: none;
}
.post-card .post-card-body p:last-child {
	margin-bottom: 0;
}
.post-card .post-card-footer {
	width: 100%;
	margin-top: auto;
	padding-top: 1.9rem;
}
.post-card .post-card-footer .btn-arrow {
	margin-left: -0.7rem;
}
.post-card:hover .post-card-image img {
	transform: scale(1.1);
}
@media (max-width: 991.98px) {
	.post-card {
		margin-bottom: 2.8rem;
	}
	.post-card .post-card-image {
		aspect-ratio: 1.59/1;
	}
	.post-card .post-card-body {
		padding-top: 3.1rem;
	}
	.post-card .post-card-body h3 {
		line-height: 1.273;
		margin-bottom: 1.1rem;
	}
	.post-card .post-card-footer {
		padding-top: 0.9rem;
	}
}

.cards-carousel {
	--swiper-slide-gutter: 3.6rem;
	position: relative;
	font-size: 0;
	line-height: 0;
}
.cards-carousel .cards-carousel-wrapper {
	position: relative;
	overflow: hidden;
}
.cards-carousel .swiper-container {
	position: relative;
	overflow: hidden;
	margin-left: calc(var(--swiper-slide-gutter) * -0.5);
	margin-right: calc(var(--swiper-slide-gutter) * -0.5);
}
.cards-carousel .swiper-slide {
	display: flex;
	height: auto;
	padding-left: calc(var(--swiper-slide-gutter) * 0.5);
	padding-right: calc(var(--swiper-slide-gutter) * 0.5);
}
.cards-carousel .swiper-button-prev,
.cards-carousel .swiper-button-next {
	top: calc(var(--post-card-image-height) * 0.5);
}
@media (max-width: 767.98px) {
	.cards-carousel.cards-carousel-mobile-off .swiper-container {
		margin-left: 0;
		margin-right: 0;
	}
	.cards-carousel.cards-carousel-mobile-off .swiper-container > .swiper-wrapper {
		transform: none !important;
		width: auto;
		height: auto;
		display: block;
	}
	.cards-carousel.cards-carousel-mobile-off .swiper-container > .swiper-wrapper > .swiper-slide {
		width: auto;
		height: auto;
		transform: none !important;
		display: block;
		padding-left: 0;
		padding-right: 0;
	}
	.cards-carousel.cards-carousel-mobile-off .swiper-container > .swiper-wrapper > .swiper-slide:nth-child(2) ~ .swiper-slide {
		display: none;
	}
}

.cards-section {
	position: relative;
	overflow: hidden;
	padding-top: 10.1rem;
	padding-bottom: 9.8rem;
	background-color: #f3eae1;
}
.cards-section .heading {
	padding-bottom: 6.7rem;
}
.cards-section .cards-section-footer {
	padding-top: 8.2rem;
	text-align: center;
}
@media (max-width: 991.98px) {
	.cards-section {
		padding-top: 3.3rem;
		padding-bottom: 1.7rem;
	}
	.cards-section .heading {
		padding-bottom: 3.6rem;
	}
}
@media (max-width: 429.98px) {
	.cards-section .container {
		--bs-gutter-x: calc(var(--container-padding-x) * 4);
	}
}
/*# sourceMappingURL=cards-section.css.map */
