.banner-verita-1 {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: end;
    position: relative;
    container-type: inline-size;
}
.banner-verita-1 > .content-wrapper {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: end;
    position: relative;
    gap: 5.5rem;
    min-height: 52.5rem;
}
.banner-verita-1 > .content-wrapper > .background-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    z-index: 1;
}
.banner-verita-1 > .content-wrapper > h1 {
    z-index: 2;
    margin-top: 9rem;
    font-size: 4rem;
    line-height: 4.5rem;
    font-weight: 600;
    color: #ffffff;
    text-align: center;
}
.banner-verita-1 > .content-wrapper > a {
    z-index: 2;
    display: flex;
    gap: 3rem;
    font-size: 1.25rem;
    line-height: 1rem;
    color: white;
    font-weight: 500;
    padding: 0 2.25rem;
    width: fit-content;
    margin-bottom: 9rem;
    background-color: #fd2a00;
    height: 4rem;
    border-radius: 2rem;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    text-decoration: none;
}
.banner-verita-1 > .content-wrapper > a .button-icon {
    max-width: 1rem;
    max-height: 1rem;
    object-fit: contain;
}

@container (width < 96.5rem) {
    .banner-verita-1 > .content-wrapper {
        width: 100%;
        padding: 6rem;
        align-items: center;
        justify-content: center;
        gap: 6rem;
        min-height: 62.5rem;
    }
    .banner-verita-1 > .content-wrapper > h1 {
        margin-top: 9rem;
        font-size: 4rem;
        line-height: 4.5rem;
        font-weight: 600;
    }
    .banner-verita-1 > .content-wrapper > button {
        margin-bottom: 9rem;
    }
}
@container (width < 43.75rem) {
    .banner-verita-1 > .content-wrapper {
        width: 100%;
        padding: 3rem 1.25rem;
        align-items: center;
        justify-content: center;
        gap: 15rem;
        min-height: 46.25rem;
    }
    .banner-verita-1 > .content-wrapper > h1 {
        margin-top: 6rem;
        font-size: 2.25rem;
        line-height: 2.75rem;
        font-weight: 600;
    }
    .banner-verita-1 > .content-wrapper > button {
        margin-bottom: 8rem;
    }
}
