@media (max-width: 980px) {
  
  section.about-us-home .abt-co-img-left img {
    width: 75%;
    height: 530px;
    object-fit: cover;
    object-position: 80% 7%;
}
  
  .abt-left h2{
    font-size:40px;
  }
  
    section.about-us-home .abt-co-img {
        width:100%;
        margin-bottom: var(--m30);
        float: none;
        margin-left: 0
    }

    section.about-us-home .abt-left {
        min-height: auto
    }

    section.about-us-home .row {
        flex-direction: column-reverse
    }

    section.about-us-home .col-5.abt-left {
        width: 100%
    }
}

@media (max-width: 540px) {
  
      .abt-left h2 {
        font-size: 28px;
    }
  
    section.about-us-home .abt-left p:first-child {
        font-size:var(--f17)
    }

    section.about-us-home .abt-co-img {
        height: auto
    }

    section.about-us-home .abt-co-img-right {
        text-align: left;
        z-index: 1;
        transform: translateY(0) translateX(0);
        position: relative;
        top: 0;
        margin-top: var(--m20)
    }

    section.about-us-home .abt-co-img-right img {
        height: 300px;
        width: 100%
    }

    section.about-us-home .abt-co-img-left img {
        width: 100%;
        height: 300px;
        object-fit: cover;
        object-position: 80% 10%;
    }

    section.about-us-home .col-5.abt-left {
        padding: 0
    }
}

@media (max-width: 360px) {
    section.about-us-home .abt-co-img-left img,section.about-us-home .abt-co-img-right img {
        height:250px
    }

    section.about-us-home .abt-left p:first-child {
        font-size: var(--f16)
    }
}
