.our-approach-image.heightfix{
	width: 100%;
    aspect-ratio: 1 / 0.863;
    object-fit: fill;
    border-radius: 30px;
    height: 310px !important;
}



@media (max-width: 600px) {
        .our-approach-image.heightfix img {
    width: 100% !important;
    aspect-ratio: 1 / 0.863;
    object-fit: fill;
    border-radius: 30px;
    height: 280px !important;
}
}

