.wp-block-heading {
    text-wrap: balance;
}
.is-style-half {
    max-width: calc(50% - var(--wp--preset--spacing--32-16)/2) !important;
}

@media screen and (max-width: 782px) {
    .is-style-half {
        max-width: 100% !important;
    }
}