/* Block styles: hero */

.wgtl-hero-section {
    overflow: clip;
}

.wgtl-hero-headline__text {
    -webkit-box-decoration-break: clone;
    box-decoration-break: clone;
    background: rgba(255, 255, 255, 0.52);
    padding: 0.06em 0.3em;
    border-radius: 8px;
    line-height: 1.8;
}
