.center-banner[data-v-0ce01269] {
    position: relative;
    z-index: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
    height: 300px;
    color: #000;
    /*margin-top: 72px;*/
}

.center-banner-subtitle[data-v-0ce01269] {
    margin-top: 8px;
    font-size: var(--ibe-h2);
    line-height: 175%;
    letter-spacing: .2em
}

@media (max-width: 767px) {
    .center-banner[data-v-0ce01269] {
        height: 30vh;
        max-height: 220px;
        text-align: center;
        /*margin-top: 56px;*/
        color: #fff
    }
}
