@media (max-width:550px) {
    .c-about-text-1{
        margin-top: 20px;
    }
}

@media (max-width:992px) {
    .c-about-mid{
        margin-top: 30px !important;
        margin-bottom: 2px;
    }

    .c-about-mid-section{
        margin-top: 50px !important;
    }

    .c-first-about-section{
        margin-top: 45px !important;
    }
}

@media (max-width:800px) {
    .c-about-page-1{
        margin: -90px 0;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        text-align: center;
    }

    .c-about-page-1-1{
        padding: 0 15%;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        width: 100%;
        text-align: center;
        margin-bottom: -40px;
    }

    .c-about-page-1-2{
        width: 100%;
        padding: 0;
        margin-bottom: -10px;
    }

    .c-about-text-scope p{
        padding: 0 !important;
    }
}

@media (max-width:1200px) {
    .c-about-scopeofwork-section2 {
        background-color: rgb(250, 250, 234);
        min-height: 400px;
        text-align: center;
        padding: 80px 15%;
        margin-top: 80px;
    }    
}