.section-about-us{

    position: relative;
    /*margin-top: 100px;*/
    height: calc(110% - 100px);
    width: 100%;

}

.section-about-this-project{

    position: relative;
    /*margin-top: 100px;*/
    height: calc(100% - 100px);
    width: 100%;

}


.font-times{
    font-family: "Times New Roman", sans-serif !important;
}


.aboutus-left{
    top: 50%;
    left: 35%;
    border: 1px solid var(--site-secondary);
    box-shadow: var(--site-secondary) 0px 13px 27px -5px, rgba(0, 0, 0, 0.3) 0px 8px 16px -8px;
    animation: 500ms left_animation ease-in-out;
}

.aboutus-right{
    top: 50%;
    left: 95%;
    border: 1px solid var(--site-secondary);
    box-shadow: var(--site-secondary) 0px 13px 27px -5px, rgba(0, 0, 0, 0.3) 0px 8px 16px -8px;
    animation: 500ms right_animation ease-in-out;
}

.contact-us-container{
    height: 90% !important;
    width: 90%;
}

.about-this-project-container{
    height: 90% !important;
    width: 80%;
    top: 50%;
    left: 50%;

}

.complex-logo{
    top: 0;
    left: 100%;


}

.img{
    float: left;
    margin: 10px 15px 0 15px;
    border: 5px solid var(--site-secondary)
}



@keyframes left_animation {

    from{
        left: 10%;
    }to{
         left: 35%;
     }
}
@keyframes right_animation {
    from{
        left: 110%;
    }to{
         left: 95%;
     }
}

@media screen and (min-width: 1200px) and (max-width: 1500px) {
    /*.contact-us-container{*/
    /*    height: 85% !important;*/
    /*}*/

}

@media screen and (min-width: 700px) and (max-width: 950px) {


    .all-container {
        width: 95% !important;
    }
    .image-about-us-container {

    }
    .about-us-image-container{

    }
    .about-us-writing-container{

    }


}
@media screen and (min-width: 0px) and (max-width: 700px) {


    .all-container {
        width: 100% !important;
    }
    .image-about-us-container {
        flex-wrap: wrap !important;
        flex-direction: column-reverse;
    }
    .about-us-image-container{
        width: 100%;
        margin-top: 15px !important;
        margin-bottom: 15px !important;
    }
    .about-us-writing-container{
        width: 100%;
        margin-top: 15px !important;
        margin-bottom: 15px !important;
    }


}


@media screen and (min-width: 470px) and (max-width: 850px) {
    .section-about-us{
        height: 800px !important;
    }
    .section-about-this-project{
        height: 1300px !important;
    }
    .aboutus-left{
        top: 28%;
        left: 50%;
        width: 95% !important;
        height: 43% !important;
    }
    .aboutus-right{
        top: 73%;
        left: 50%;
        width: 95% !important;
        height: 43% !important;
    }
    .contact-us-container{
        height: 90% !important;
        width: 90%;
    }


    @keyframes left_animation {

        from{
            left: 10%;
        }to{
             left: 50%;
         }
    }
    @keyframes right_animation {
        from{
            left: 110%;
        }to{
             left: 50%;
         }
    }

}

@media screen and (min-width: 500px) and (max-width: 750px) {


    .aboutus-left{
        top: 28%;
        left: 50%;
        width: 95% !important;
        height: 43% !important;
    }
    .aboutus-right{
        top: 73%;
        left: 50%;
        width: 95% !important;
        height: 43% !important;
    }
    .contact-us-container{
        height: 90% !important;
        width: 90%;
    }


    @keyframes left_animation {

        from{
            left: 10%;
        }to{
             left: 50%;
         }
    }

    @keyframes right_animation {
        from{
            left: 110%;
        }to{
             left: 50%;
         }
    }

}


@media screen and (min-width: 0) and (max-width: 500px) {

    .section-about-us{
        height: 1200px !important;
    }

    .section-about-this-project{
        height: 2100px !important;
    }

    .aboutus-left{
        top: 28%;
        left: 50%;
        width: 95% !important;
        height: 43% !important;
    }

    .aboutus-right{
        top: 73%;
        left: 50%;
        width: 95% !important;
        height: 43% !important;
    }
    .contact-us-container{
        height: 90% !important;
        width: 90%;
    }

    .img{
        float: none;
    }
    .about-us-writing-container p{
        position: static !important;
        display: flex;
        justify-content: flex-start;
        align-items: center;
        flex-direction: column-reverse;
    }

    .about-us-writing-container .img{
        float: none;
        display: block !important;
        width: 100% !important;
        margin: 10px auto;
    }



    @keyframes left_animation {

        from{
            left: 10%;
        }to{
             left: 50%;
         }
    }

    @keyframes right_animation {
        from{
            left: 110%;
        }to{
             left: 50%;
         }
    }

}


