@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;
    }
}


#content-right + section .content_wrapper{
    margin-left: auto !important;
    margin-right: unset;
    width: 50%;
}

#content-left + section .content_wrapper .wrapper_item{
    width: 50%;
}

@media (max-width: 700px) {
    #content-right + section .content_wrapper {
        width: 100% !important;
        margin-left: auto !important;
        margin-right: auto !important;
    }

    #content-left + section .content_wrapper .wrapper_item {
        width: 100% !important;
        margin-left: auto;
        margin-right: auto;
    }
}