.aboutus-banner
{
    background: url(../img/aboutus/banner.jpg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    margin-top: 78px !important;

}

.aboutus-banner h1
{
    color: white;
    font-weight: 800;
    font-size: 48px;
    padding: 165px 0px;
}

.aboutus-wrapper .left p
{
    font-size: 28px;
    font-weight: 800;
    color: #122837;
}

.aboutus-wrapper .left span
{
    font-size: 16px;
    font-weight: 600;
    color: #122837;
}

.aboutus-wrapper-2
{
    border-radius: 20px;
    border: 1px solid #d7d7d7;
    padding-top: 5rem!important;
    padding-bottom: 5rem!important;
    box-shadow: 14px 20px 37px 0px rgba(0,0,0,0.18);
    background: rgb(221,221,221);
    background: linear-gradient(180deg, rgba(221,221,221,1) 0%, rgba(255,255,255,1) 76%);
}

.aboutus-wrapper-2 p
{
    font-size: 28px;
    font-weight: 800;
    color: #122837;
}

.aboutus-wrapper-2 span
{
    font-size: 16px;
    font-weight: 600;
    color: #122837;
}

.aboutus-wrapper-2 img
{
    width: 100px;
    height: auto;
}


@media (max-width:992px)
{
    .aboutus-banner
    {
        margin-top: 56px !important;
    }   

    .aboutus-banner h1
    {
        font-size: 34px;
        padding: 50px 0px;
    }

    .aboutus-wrapper .left p
    {
        font-size: 18px;
    }

    .aboutus-wrapper .left span
    {
        font-size: 12px;
    }

    .aboutus-wrapper-2 p
    {
        font-size: 22px;
    }

    .aboutus-wrapper-2 span
    {
        font-size: 14px;
    }
}