@media (max-width: 768px) {
      .clients img {
            max-width: 40%;
      }
      .margin-fix{
            margin-left: auto;
      }
      .about img{
            max-width: 100%;
            width: 100%;
            height: auto;
      }
      .d-flexfix{
            display: block !important;
      }
      .getintouch{
            margin-top: 25px;
      }
      .contact{
            background-size: cover;
      }
}
@media (max-width:991px){
      .getintouch{
            margin-top: 25px;
      }
      .d-flexfix{
            display: block !important;
      }
}