@media (max-width: 1366px){
    .about-content {
    min-height: 500px;
}
}
@media (max-width: 1024px) and (min-width: 981px){
    section.about-us-home .abt-co-img{
        margin-right: 65px;
    }
    section.about-us-home .abt-co-img-right{
        transform: translateY(-25%) translateX(186px);
    }
    .about-content {
    min-height: 400px;
}
section.about-us .about-image-sec img {
    width: 440px;
}
}


@media (max-width: 980px){
    section.about-us .about-content-sec {
        width: 100%;
        padding-right: 0;
    }
    .about-image-sec {
        width: 100%;
    }
    section.about-us .about-image-sec .abt-img2 {
        margin-bottom: 40px;
        margin: 0px -25% 0px 0px;
        margin-bottom: 30px;
    }
    .about-image {
    width: 100%;
    float: none;
    margin-left: 0;
    z-index: 1;
    position: relative;
    margin-bottom: 30px;
}
.about-img2 img{
    height: 400px;
}
.about-content {
        min-height: auto;
    }
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;
    }
    section.about-us .about-image-sec .abt-img1 {
    margin: -50px 0px 30px -25%;
}
}
@media (max-width: 540px){

    section.about-us .about-content-sec {
     padding-right: 0;
    }
    section.about-us .about-image-sec .abt-img2 img{
        margin-top: 25px;
    }
    .about-image-sec {
        margin-top: 0px;
        margin-bottom: 20px;
    }
    section.about-us .about-image-sec .abt-img2 {
        margin: 0;
    }
    section.about-us .about-image-sec .abt-img1 {
       margin: 0;
    }
.about-img2 img {
        height: 300px;
        border-radius: 0 15%;
    }
    .about-img2{
        border-radius: 0 15%;
        border: 15px solid var(--secondary-color);
    }
    .sub-title {
        font-size: 16px;
    }
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){

}