#whowe{
    background-color: yellow;
    height: 760px;
    width: 1380px;
    position: relative;
    left: 9%;
    top: 9%;
}


/* title */
h2.whowe-title{
    font-size: 32px;
    color: black;
}

.whowe-title{
    background-color: rgb(255, 0, 0);
    height: 60px;
    width: 165px;
    position: absolute;
    left: -3%;
    top: -4%;
}