section.posts .card-after:before {
	background-position: bottom -30px right;
	left: 35%;
	z-index: 0!important;
}
section.posts .posts__item-info,
section.posts .posts__item-header {
	z-index: 2;
	position: relative;
}
.posts__item-link {
	position: absolute;
	z-index: 3;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
}
.posts__item:hover {
	transform: scale(1.03, 1.03);
	-o-transform: scale(1.03, 1.03);
	-ms-transform: scale(1.03, 1.03);
	-moz-transform: scale(1.03, 1.03);
	-webkit-transform: scale(1.03, 1.03);
}
.posts__item {
	border-radius: 15px;
	min-height: 200px;
	box-shadow: 0px 0px 8px 2px rgba(0 0 0 / 15%);
	overflow: hidden;

	transition: all .2s;
	-o-transition: all .2s;
	-ms-transition: all .2s;
	-moz-transition: all .2s;
	-webkit-transition: all .2s;

	transform: scale(1, 1);
	-o-transform: scale(1, 1);
	-ms-transform: scale(1, 1);
	-moz-transform: scale(1, 1);
	-webkit-transform: scale(1, 1);
}
section.posts {
	padding: 80px 0 100px 0;
	overflow: hidden;
}
@media (min-width: 700px) AND (max-width: 1920px) {
	.swiper-posts {
		overflow: unset!important;
	}
}
.posts__item-title-wrapper {
	position: absolute;
	bottom: -22px;
	left: 0;
	right: 0;
	height: 44px;
	width: 100%;
}
.posts__item-title {
	border-radius: 100px;
	background-color: #00482F;
	height: 100%;
	font-size: 21px;
	font-weight: bold;
	text-align: center;
	padding-left: 30px;
	padding-right: 30px;
	color: #fff;
}
.posts__item-info-title {
	color: #00482F;
	font-size: 18px;
	font-weight: 500;
	line-height: 1.3;
}
.posts__item-info-subtitle {
	color: #401E10;
	font-size: 13px!important;
	font-weight: 600;
	margin-bottom: 15px;
}
.posts__item-info-excerpt {
	color: #401E10;
	font-size: 13px;
	font-weight: 300;
}
.posts__item-info {
	padding: 40px 25px 100px 25px;
	min-height: 100px;
}
.posts__item-header {
	position: relative;
	height: 350px;
	background-image: url(../../assets/images/product-img.png);
	background-position: bottom center;
	background-size: cover;
	background-repeat: no-repeat;
	border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
}
.posts__item-image {
	position: absolute;
	
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    
}
.posts__item-image img {
	max-width: 90%;
	max-height: 90%;
}
.posts__item {
	background-color: #fff;
}
.posts__items {
	margin-top: 40px;
}
.posts__text {
	font-family: var(--ff);
}
.posts__text p {
	font-family: var(--ff);
}
.posts__title {
	font-size: 42px;
	font-family: var(--ff-title);
	line-height: 1.2;
	margin-bottom: 30px;
	font-weight: 700;
}
@media (max-width: 800px) {
	.posts__title {
	    font-size: 35px;
	}
	.posts__title br,
	.posts__text br {
		display: none;
	}
}