 @media only screen and (max-width: 1200px) {
    .hm-ab-img img {
        border-radius: 15px;
        box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
        margin-top: 50px;
    }
    .owl-prev span, .owl-next span {
        color: #22438d;
        font-size: 61px;
    }
  }

 @media only screen and (max-width: 991px) { }

 @media only screen and (max-width: 767px) { 
    .hm-ab-img img {
        margin-top: 50px;
    }
    .owl-prev span, .owl-next span {
       display: none;
    }
 }

 @media only screen and (max-width: 600px) { 

    table {
        display: block;   
        width: 100%;
        overflow-x: auto;
    }
 }

 @media only screen and (max-width: 575px) { }