@media screen and (min-width:1400px) {
    #about .container {
        max-width: 1311px;
        padding: 0;
        padding-left: 3px;
    }

    #about .grid-content-wrapper .container {
        padding-right: 122px;
        padding-left: 8px;
    }
}

#about .grid-content-wrapper {
    background-image: url(/images/about/who-we-are-footer-grey-background.jpg);
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 382px;
}

#about .grid-content-wrapper .container {
    grid-template-columns: 228px auto;
    gap: 125px;
}

#about .grid-content-wrapper .container {
    padding-top: 56px;
    padding-bottom: 65px;
}

#about .container {
    display: grid;
    grid-template-columns: auto 626px;
    padding-top: 57px;
    padding-bottom: 65px;
    gap: 89px;
}

#about .container h3 {
    color: var(--primary-color);
    font-family: var(--header-font);
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 25px;
    margin-bottom: 24px;
    letter-spacing: 0.2px;
    margin-top: 1px;
}



#about .about-logo-content img {
    width: 100%;
}

#about .container p,
#about .grid-content-wrapper h4 {
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px;
    margin-bottom: 16px;
    letter-spacing: 0.1px;
}

#about .grid-content-wrapper h4 {
    margin-bottom: 0;
}

#about .grid-content-wrapper p {
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
    margin-bottom: 14px;
}

#about .grid-content-wrapper h3 {
    font-size: 22px;
    font-style: normal;
    font-weight: 600;
    line-height: 32px;
    margin-bottom: 8px;
    letter-spacing: 0px;
}


#about .container .btn {
    width: 215px;
    height: 55px;
    color: var(--white);
    font-size: 16px;
    font-weight: 600;
    line-height: normal;
    padding: 15px 0;
    margin-top: 21px;
    border-radius: 0px;
    font-family: var(--body-font);
    border: none;
    background: var(--button-color);
    border-radius: 5px;
    border: none;
    text-transform: none;
    margin-left: -3px
}

@media screen and (min-width:991px) {
    #about .about-bottom-text-content {
        padding-top: 30px;
    }
}

@media screen and (min-width:991px) and (max-width:1399px) {
    #about .container {
        grid-template-columns: repeat(2, 1fr);
        gap: 50px;
        max-width: 90%;
    }

}

#about .main-img,
.logo-img {
    width: 100%;
}

@media screen and (max-width:992px) {
    #about .container {
        display: grid;
        grid-template-columns: 1fr;
        column-gap: 30px;
        row-gap: 20px;
        padding: 45px 15px;
        max-width: 85%;
    }

    #about .grid-content-wrapper .container {
        grid-template-columns: 218px auto;
        gap: 0;
    }

    #about .img-content {
        display: flex;
        align-items: center;
        justify-content: center
    }

    #about .container p,
    #about .grid-content-wrapper h4 {
        margin-top: 10px;
        font-size: 14px;
    }

    #about .container h3 {
        font-size: 16px;
        margin-bottom: 12px;
        line-height: 23px;
    }

    #about .grid-content-wrapper h3 {
        font-size: 18px;
        line-height: 24px;
    }

    #about .container h2 {
        font-size: 17px;
        line-height: 12px;
        margin-bottom: 0;
    }

    #about .container .text-content {
        margin-top: 0;
        background-position: top;
        display: grid;
        grid-row-start: 2;
    }



    #about .container .text-content {
        display: grid;
        grid-template-columns: 1fr;
        gap: 0;
    }
    #about .container .btn {
        margin-top: 10px;
    }
}

@media screen and (max-width:767px) {
    #about .container {
        max-width: 100%;
        padding-bottom: 30px;
        padding-top: 30px;
    }

    #about .grid-content-wrapper .container {
        grid-template-columns: 1fr;
        gap: 20px;
        padding-top: 0;
        padding-bottom: 40px;
    }


    #about .logo-img {
        width: 150px;
    }
}