.about{padding:20px; min-height:300px; background:#f8f8f8; border-radius:50%}

.about img{width:50%; transform:scale(2); box-shadow:0 0 15px #ddd; border-radius:3px}

#our-team .item{margin:9px; transition:all .5s}

#our-team .item .img{border:1px solid #eee; display:inline-block; line-height:0; padding:9px; border-radius:50%; overflow:hidden; height:180px; width:180px; margin:0 auto; transition:all .5s}

#our-team .item img{border-radius:50%; height:100%; width:100%; object-fit:cover;}

#our-team .item:hover{transform:scale(1.05);}

#our-team .item:hover .img{box-shadow:0 5px 9px rgb(0 0 0/.2)}

@media only screen and (min-width:1400px){.about img{transform:scale(1.6)}}

@media only screen and (max-width:992px){.about.mt90px, .about.mb60px{margin:9px 0 0!important}

.about img{width:100%; transform:scale(1); margin-bottom:20px}}