

.about-columns .about-columns-img {max-width:100%; padding:0px;}
.about-columns .about-columns-img img{max-width:100%;width:100%;max-height:100%;object-fit:cover}
@media screen and (min-width: 0) and (max-width: 991px){
    .about-columns .about-columns-img{width: 100%;height: auto;}
}
@media screen and (min-width: 0) and (max-width: 767px){
    .about-columns .about-columns-item{padding: 15px 0;}
    .about-columns .about-columns-img {padding:0px;}
    .about-columns .about-columns-img img {max-width:100%;}
}