

.feature_img {
    width: 100%;
}
.feature_img img {
    width: 100%;
    height: 100%;
    display: block;  
    object-fit: cover;
}
  