.acf-block--hero{
    color: var(--wp--preset--color--white);
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    min-height: clamp(20rem, 19.013vw + 16.673rem, 38.063rem);
    background: linear-gradient(180deg, rgba(2, 61, 90, 0.29) 0%, rgba(2, 61, 90, 0.38) 50%, rgba(2, 61, 90, 0.45) 100%), var(--bg) lightgray center/cover no-repeat;
    border-radius: 0 0 var(--bs-border-radius) var(--bs-border-radius);
}
.acf-block--hero.is-first-block{padding-top:98px}
.acf-block--hero>.container{padding-top:40px;padding-bottom:40px}
.banner-title{
    font-weight: 800;
    text-shadow: 0px 0px 109.766px #000;
    margin-bottom: 35.25px;
}