   .section3 {
       position: relative;
       overflow: hidden;
       padding: 0;
   }

   .section3 img {
       width: 100%;
       min-height: 150px;
       object-fit: cover;
   }