.wwd{
    height: 100vh;
    background-color: #121212;
    position: relative;
    z-index: 1;
    overflow: inherit;
}
.wwd h1{
    color: #191919;
    font-size: 15vw;
    position: absolute;
    top: 10%;
    transform: translateY(-10%);
    z-index: -1;
    margin: 0px 50px;
    text-shadow: 10px 10px 10px rgba(0,0,0,0.1);
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
} 
.wwd span{
    color: yellow;
    text-shadow: 0 0px 5px rgba(255, 255, 0,0.1),
                 0 0px 10px rgba(255, 255, 0,0.1),
                 0 0px 15px rgba(255, 255, 0,0.1),
                 0 0px 20px rgba(255, 255, 0,0.2),
                 0 0px 25px rgba(255, 255, 0,0.2),
                 0 0px 30px rgba(255, 255, 0,0.2),
                 0 0px 35px rgba(255, 255, 0,0.3),
                 0 0px 40px rgba(255, 255, 0,0.4),
                 0 0px 50px rgba(255, 255, 0,0.4),
                 0 0px 60px rgba(255, 255, 0,0.5),
                 0 0px 70px rgba(255, 255, 0,0.5);
}
.wwd .container{
    height: 100%;
    width: 100%;
    display: flex;
    flex-direction: row;
    z-index: 2;
    overflow: inherit;
}
.wwd .container .column1, .column2{
    padding: 10px;
    width: 50%;
}
.wwd .container .column2 img{
    height: 30vw;
    width: auto;
    margin-top: 9rem;
    margin-right: 20%;
    float: right;
    margin-bottom: 25vh;
}
.wwd .container .column1 h2{
    color: white;
    font-family: 'Montserrat', sans-serif;
    font-weight: 800;
    font-size: 4vw;
    margin-top: 10rem;
    margin-left: 6vw;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.wwd .container .column1 .wrapper{
    width: 350px;
    min-height: 150px;
    position: relative;
    padding: 25px;
    display: inline-block;
    color: white;
    left: 8vw;
    top: 10px;
}
.wwd .container .column1 .wrapper h3{
    font-size: 2rem;
    font-family: 'Montserrat', sans-serif;
    font-weight: 800;
    position: absolute;
    top: 9rem;
    left: 0;
    margin-left: -30px;
    transform: rotate(270deg);
    transform-origin: 0 0;
    color: yellow;
    text-shadow: 0 0px 1px rgba(255, 255, 0,0.1),
                 0 0px 2px rgba(255, 255, 0,0.1),
                 0 0px 4px rgba(255, 255, 0,0.1),
                 0 0px 6px rgba(255, 255, 0,0.2),
                 0 0px 8px rgba(255, 255, 0,0.2),
                 0 0px 10px rgba(255, 255, 0,0.2),
                 0 0px 12px rgba(255, 255, 0,0.3);
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.wwd .container .column1 .wrapper p{
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
    font-size: 1rem;
    line-height: 17px;
}
.wwd .container .column1 .wrapper p b{
    font-size: 1.1rem;
    font-weight: 700;
}
@media (max-width:700px){
    .wwd{
        overflow: hidden;
    }
    .wwd h1{
        top: 80vw;
        font-size: 100px;
    }
    .wwd .container{
        flex-direction: column-reverse;
        width: 100%;
        height: 100%;
        overflow: inherit;
    }
    .wwd .container .column1, .column2{
        width: 100%;
        height: 50%;
        margin-bottom: 0;
    }
    .wwd .container .column2 img{
        margin-left: 7vw;
        margin-top: 7vh;
        margin-bottom: 0;
        float: none;
        height: 80vw;
        max-height: 275px;
    }
    .wwd .container .column1 h2{
        font-size: 5vw;
        margin-top: 5vh;
    }
    .wwd .container .column1 .wrapper{
        left: 9vw;
    }
}
@media (max-width:500px){
    .wwd .container .column2 img{
        margin-top: 12vh;
    }
    .wwd .container .column1{
        height: 45%;
    }
    .wwd .container .column2{
        height: 55%;
    }
    .wwd .container .column1 .wrapper p{
        font-size: 0.9rem;
    }
    .wwd .container .column1 .wrapper{
        width: 200px;
    }
    .wwd .container .column1 h2{
        font-size: 30px;
        top: 0;
    }
    .wwd .container .column1 .wrapper h3{
        font-size: 2rem;
        top: 9rem;
        margin-left: -20px;
    }
}
@media (max-width:350px){
    .wwd .container .column1 h2{
        font-size: 25px;
    }
    .wwd .container .column1 .wrapper h3{
        font-size: 1.7rem;
    }
    .wwd .container .column1 .wrapper p{
        font-size: 0.7rem;
    }
    .wwd .container .column2 img{
        margin-top: 10vh;
    }
}

