@media (max-width: 1024px) and (min-width: 981px){
    /* section.about-owner .call-us, section.about-owner .email-us {
        display: block;
        align-items: center;
        gap: 10px;
    } */
    section.about-us-home .abt-co-img{
        margin-right: 65px;
    }
    section.about-us-home .abt-co-img-right{
        transform: translateY(-25%) translateX(186px);
    }
}

@media (max-width: 1024px){
    section.about-owner .abt-detail {
        display: block;
    }
       section.about-owner .call-us, section.about-owner .email-us {
      display: flex;
      margin-top: 10px;
    }
}


@media (max-width: 980px){
    section.about-owner .abt-detail {
        display: flex;
    }
    section.about-owner {
        padding: 0;
    }
    section.about-owner .abt-img {
    position: relative;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    text-align: center;
    overflow: auto;
    display: flex;
    border-radius: 50px;
}
    .about-owner.col-md-6 {
        flex: 0 0 auto;
        width: 100%;
    }
section.about-us-home .abt-co-img{
    width: 100%;
    margin-bottom: var(--m30);
    float:none;
    margin-left: 0px;
    height: auto;
}
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%;
}
section.about-eliza .img {
    float: none;
    margin-right: 0;
    width: 100%;
    margin-bottom: 30px;
}
section.about-eliza .content {
    height: auto;
}
section.about-eliza .img img {
    width: 100%;
    height: 400px;
    }
}
@media (max-width: 540px){
  

    section.about-owner img {
        height: 350px;
    }

    section.about-owner h2 {
        font-size: 32px;
    }
    section.about-owner .abt-detail {
        display: block;
    
    }

    section.about-owner .email-us {
        margin-top: 10px;
    }
  
section.about-us-home .abt-co-img-right {
    text-align: left;
    z-index: 1;
    transform: translateY(0%) translateX(0px);
    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;
}
section.about-us-home .col-5.abt-left{
    padding:0px;
}
section.about-eliza .img img{
    height: 300px;
}
}
@media (max-width: 320px){

}