section.block-hero-central{
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 3rem 0;
    background-color: var(--wp--preset--color--grey);
    color: var(--wp--preset--color--white);
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
    border: none;
}
@media (max-width: 919px) {
    section.block-hero{
        background-position: center top;
        background-size: cover;
        padding: 3rem 1rem;
    }
    .block-hero .wp-block-buttons{
        display: table;
        width: 100%;
    }
    .block-hero .wp-block-buttons>.wp-block-button{
        display: block;
        margin-bottom: 0.75rem;
    }
}