.whoarewe{
    
    width: 100%;
    background-color: #1A1A1A;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-content: center;
}

.whoarewe2{
    height: 100vw;
    width: 30%;
}

.headerwaw{
    justify-content: center;  
    text-align: center;
    height: 60px;
    width: 12000px;
    color: white;
    font-weight: 700;
    font-size: 48px;
    margin: 72px;
}

.imagewaw{
    height: 286px;
    width: 550px;
    border-radius: 5px;
    margin-bottom: 150px;
    margin-right: 100px;
}

.textwaw{
    height: 286px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 550px;
    color: #E1E1E1;
    font-size: 26px;
    font-weight: normal;
    margin: 0;
}

@media only screen and (max-width: 1400px){
    .headerwaw{
        width: 100%;
        margin-top: 40px;
        margin-bottom: 40px;
        line-height: 60px;
        font-size: 38.4px;
    }
    .textwaw{
        height: 228.8px;
        width: 440px;
        padding-left: 50px;
        padding-right: 0px;
        font-size: 20.8px;
        margin: 0;
        margin-left: 25px;
        text-align: justify;
    }
    .imagewaw{
       width: 440px;
        height: 228.8px;
        margin-right: 0px;
        margin-bottom: 75px;
    }
}

@media only screen and (max-width: 1074px) {
    .headerwaw {
        margin-bottom: 25px;
    }

    .imagewaw {
        margin-left: 300px;
        margin-right: 300px;
        margin-bottom: 25px;
        margin-top: 0px;
    }

    .textwaw {
        padding: 15px;
        width: 480px;
        margin-left: 10%;
        margin-right: 10%;
        margin: 0;
        margin-bottom: 50px;
        font-size: 16.8px;
        height: 100%;
        /*
                 margin-bottom: 50px;
            }*/
    }
}
@media only screen and (max-width: 650px){
    .headerwaw{
        font-size: 36px;
    }
    .textwaw{
        font-size: 16px;
        margin-top: 5px;
        padding-left: 35px;
            padding-right:25px;
        height: 100%;
        text-align: left;
    }
}
@media only screen and (max-width: 500px){
    .headerwaw{
        width: 100%;
        margin-left:0px;
        margin-right:0px;
        padding: 0px;
    }
    .imagewaw{
        width: 80%;
        height: auto;
        position: relative;
    }
}