@charset "UTF-8";

#MV + section {
    height: 60vh;
    display: flex;
    align-items: center;
    clip-path: polygon(0 15%, 100% 0, 100% 100%, 0% 100%);
}

#MV + section .heading.block_header_1:before,
#MV + section .heading.block_header_6:before {
    display: none;
}

@media screen and (max-width: 768px) {
    #MV + section {
        height: 10vh;
        margin-top: 5rem;
    }
    #MV + section .heading.block_header_1,
    #MV + section .heading.block_header_6 {
        padding-bottom: 0px !important;
    }
}