@media (max-width: 1024px) and (min-width: 981px){
    section.about-eliza .img{
        width: 50%;
    }
}
@media (max-width: 980px){
section.about-us-home .abt-co-img{
    width: 100%;
    margin-bottom: var(--m30);
    float:none;
    margin-left: 0px;
}
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%;
}
.abt-content{
    display: flex;
    flex-direction: column;
}
section.about-shep .imgs{
    width: 100%;
    float: none;
    margin-left: 0;
}
section.about-shep .img-sec img {
    width: 100%;
    height: 420px;
}
section.about-eliza .img {
    float: none;
    margin-left: 0;
    width: 100%;
    margin-bottom: 30px;
}
section.about-eliza .img img{
    height: 400px;
    }
}
@media (max-width: 540px){
    .abt-content{
        display: flex;
        flex-direction: column;
    }
    section.about-shep .imgs{
        width: 100%;
        float: none;
        margin-left: 0;
    }
    section.about-shep .img-sec img {
        width: 100%;
        height: 350px;
    }
    section.about-shep .main-content .para ul li{
        width: 100%;
    } 
    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;
}
section.about-eliza .heads h4{
    font-size: var(--f16);
}
}
@media (max-width: 320px){

}