.wp-block-custom-section.section {
    width: 100vw;
    position: relative;
    left: 50%;
    right: 50%;
    margin: 0 -50vw;
}
@media (max-width: 560px) {
    .wp-block-custom-section.section .wp-bootstrap-blocks-container + .wp-bootstrap-blocks-container .wp-block-cover.alignfull{
        padding-top: 1rem !important;
    }   
}
