.bato-cta {
    padding: 0;
    text-align: center;
    color: #fff;
    position: relative;
    z-index: 1;
}

.bato-cta__image {
    position: absolute;
    inset: 0;
    z-index: -1;
}

.bato-cta__inner {
    aspect-ratio: 1440/760;
    padding-block: 7.5rem;
    width: 100%;
    display: flex;
    align-items: flex-end;
    justify-content: center;
}

.bato-cta__pretitle {
    margin-bottom: 0.2rem;
}

.bato-cta__title {
    font-size: 5rem;
    margin-bottom: 2rem;
}

@media screen and (max-width: 1024.9px) {
    .bato-cta__inner {
        aspect-ratio: 394/320;
    }
}

@media screen and (max-width: 575.9px) {
    .bato-cta__inner {
        padding-block: 6.5rem 3.5rem;
    }

    .bato-cta__title {
        line-height: 1.05;
        margin-bottom: 1.5rem;
    }
}