.entry-content .wp-block-cover:first-child {
    margin-bottom: 1.5em;
}
@media (min-width: 576px) {
    .entry-content .wp-block-cover:first-child {
        margin-bottom: 2.5em;
    }
}
@media (max-width: 921px) {
    .wp-block-cover .wp-block-columns {
        margin-bottom: 0;
    }
}


.wp-block-cover.section-title p {
    margin-bottom: 0;
    font-size: 3.33333333333rem;
    font-weight: 500;
    font-family: 'Roboto Slab',serif;
    line-height: 1.3;
}
@media (max-width: 921px) {
    .wp-block-cover.section-title p {
        font-size: 30px;
    }
}