.left-2c::after {
    content:"";
    display: block;
    width: clamp(35rem, 20.73rem + 29.73vw, 57rem);
}
.left-3c::after {
    content:"";
    display: block;
    width: 30%;
}

.left-3c .product-card img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.feature-section .product-card{
	overflow: visible;
	display: block;
	width: 100%;
}
.feature-section .product-card.product-one {
	display: flex;
	padding: 0;
}
.feature-section .product-card img{
	border-radius: 1.4rem;
	overflow: hidden;
}
.features-note{
	font-size:18px;
	margin-top: 1rem;
	min-width: 167px;
}
.left-2c .features-wrapper{
	width: clamp(35rem, 20.73rem + 29.73vw, 57rem);
}
.left-2c .features-wrapper a {
	height:100%;
	max-height: 358px;
}
.left-3c .features-wrapper{
	width: 30%;
}
.feature-section{
	margin-bottom: 5rem;
}
.feature-section .features-flex {
	gap: 3rem;
}
.left-3c.pt-5.mt-5{
	margin-top: 0;
}

@media screen and (max-width: 705px) {
	.features-flex.left-3c{
		gap: 4%;
	}
	.left-3c::after {
	    width: 48%;
	}
	.left-3c .features-wrapper{
    	margin-bottom: 2rem;
        width: 48%;
        display: flex;
        justify-content: center;
        flex-wrap: wrap;
	}
	.left-3c .features-wrapper a {
		width: 167px;
		height:167px;
	}
	.left-3c.pt-5.mt-5{
		margin-top: 0;
		padding-top: 0;
	}
	
	.left-2c .features-wrapper{
    	margin-bottom: 2rem;
	}
	.feature-section .product-card.product-one {
		padding: 2rem;
	}
	.feature-section .features-flex{
		align-items: flex-start;
		gap: 1rem;
	}
}