section.discover-our-product {
	padding: 97px 0 107px;
	overflow: hidden;
}

section.discover-our-product .section-top {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 60px;
}

section.discover-our-product .section-top .section-heading {
	font-size: 48px;
	line-height: 1.208;
	margin-top: 0;
	margin-bottom: 0;
	font-weight: 700;
	text-transform: capitalize;
	width: calc(100% - 250px);
	letter-spacing: 0.02em;
}

.product-cards-slider .product-item {
	background-color: #F4F4F4;
	border-radius: 20px;
	padding-top: 40px;
	padding-right: 30px;
	padding-left: 30px;
	overflow: hidden;
	height: auto;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}

.product-item-image img {
	width: 87.24%;
	height: auto;
	margin: auto;
}

.product-item-content .product-item-title {
	font-weight: 600;
	font-size: 26px;
	line-height: 36px;
	margin: 0;
	color: #004789;
	margin-bottom: 20px;
	display: block;
}

.product-cards-slider .product-item-content {
	text-align: center;
	margin-bottom: 62px;
}

.product-item-sector {
	display: inline-block;
	padding: 6px 16px;
	background-color: #F4F4F4;
	border: 1px solid #004789;
	border-radius: 100px;
	font-size: 14px;
	color: #004789;
	line-height: 20px;
	font-weight: 500;
}

.product-item-sectors {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	margin-bottom: auto;
	justify-content: center;
}

.product-item-bottom {
	display: flex;
	gap: 19px;
	justify-content: center;
}

.product-item-bottom .product-certification {
	width: 35px;
	display: flex;
	flex-direction: column;
	gap: 7px;
}

.product-item-bottom .product-item-image {
	width: calc(100% - 54px);
	text-align: center;
	padding: 0 18px;
}

.product-item-image-box {
	padding-bottom: 100%;
	position: relative;
	overflow: hidden;
	transition: all 0.5s ease;
	display: block;
}
.product-item-image-box img {
	position: absolute;
	width: 100%;
	height: auto;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
}

.discover-our-product .product-item:hover .product-item-image-box {
	transform: scale(1.08);
}

.product-item-features {
	display: flex;
	margin-bottom: 20px;
	gap: 10px;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
}

.product-item-features .product-item-feature {
	width: 40px;
	height: 40px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
	background-color: #fff;
}

.product-cards-slider__controls {
	text-align: right;
	justify-content: end;
}

.product-cards-slider__controls .swiper-button-disabled {
	opacity: 0.3;
}

.product-cards-slider__controls .intro-tabs__arrows button {
	padding: 12.5px 20px;
	transition: all 0.3s ease;
}

.product-cards-slider .swiper-wrapper {
	margin-bottom: 36px;
}

.product-cards-slider.swiper {
	overflow: visible;
}

@media (max-width: 991px) {
	section.discover-our-product .section-top .section-heading {
		font-size: var(--font-size-h1);
		line-height: 1.27777777778;
	}
}
@media (max-width: 767px) {
	section.discover-our-product .section-top .section-heading {
		font-size: 24px;
		line-height: 34px;
		font-weight: 600;
		width: 100%;
	}
	section.discover-our-product .section-top {
		margin-bottom: 30px;
	}
	.product-cards-slider__controls {
		justify-content: center;
	}
	.discover-our-product .section-bottom {
		text-align: center;
		padding-top: 37px;
	}
	.product-item-content .product-item-title {
		font-size: 20px;
		line-height: 28px;
	}
	.product-cards-slider .swiper-wrapper {
		margin-bottom: 34px;
	}
	section.discover-our-product {
		padding: 70px 0 70px;
	}
	.intro-tabs__counter {
		font-size: 16px;
	}
}