

.about__container
{
    z-index: -1;
    height: 0;
    background: no-repeat;
    padding-top: 24.5%;
}


.about-us
{ 
    padding: 5vw 0vw;
    display: flex;
    justify-content: center;
}

.about-us img
{
    width: 44vw;
    height: 32vw;
}

.about-us__text
{
    display: flex;
    width: 28%;
    flex-direction: column;
    align-items: flex-start;
    line-height: 2vw;
}