#wwd-main-cont {
    background-image: radial-gradient(rgba(40, 40, 182, 0.4), rgba(0, 0, 0, 0.5)), url("../images/about_us/about-us-map.png");
    background-size: cover;
    height: 50rem;
    width: 100vw;
    color: white;
    padding: 2rem 4rem;
    display: flex;
    justify-content: center;
    align-items: center;
}
#wwd-text {
    width: 50rem;
}
#wwd-text h1 {
    margin-bottom: 1rem;
    font-weight: 400;
}
@media screen and (max-width: 500px) {
    #wwd-main-cont {
        background-position: center;
    }
}
