@charset "utf-8";

@media(max-width: 1919.98px) {
    div#way_we_work_title {
        position: relative;
        top: 18vw;
        /* margin-top: 12vw !important; */
    }
}
@media(min-width: 1920px) {
    div#way_we_work_title {
        position: relative;
        top: 150px;
        /* margin-top: 12vw !important; */
    }
}


@media(max-width: 1919.98px) {
    div#way_we_work_body {
        position: relative;
        top: 18vw;
        /* margin-top: 12vw !important; */
    }
}
@media(min-width: 1920px) {
    div#way_we_work_body {
        position: relative;
        top: 240px;
        height: 1800px;
        /* margin-top: 12vw !important; */
    }
}



div.creator_partition {
    background-color: #FCBEBE;
    height: 5px;
}



@media(max-width: 1919.98px) {
    div#footer {
        position: relative;
        top: 30vw;
    }
}