@charset "UTF-8";

/*--- COMPANY ---*/

#company+section::before {
    border-radius: 100px 100px 0 0;
}

#company+section .heading.block_header_1.align-left {
    align-items: center;
}

@media screen and (max-width: 900px) {
    #company+section::before {
        border-radius: 50px 50px 0 0;
    }
}