.banner-verita-9 {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    background-color: #e7e5e4;
    padding: 3rem 0 6rem;
    container-type: inline-size;
}

.banner-verita-9 .content-wrapper {
    display: flex;
    width: 100%;
    max-width: 94.5rem;
    gap: 10rem;
}

.banner-verita-9 .content-wrapper .left-side {
    display: flex;
    flex-direction: column;
    gap: 3rem;
    width: 30%;
}

.banner-verita-9 .content-wrapper .left-side>h2 {
    font-size: 2.25rem;
    line-height: 2.75rem;
    color: #161b1d;
    font-weight: 500;
}

.banner-verita-9 .content-wrapper .left-side>p {
    font-size: 1rem;
    line-height: 1.5rem;
    font-weight: 400;
    color: #2d3438;
}

.banner-verita-9 .content-wrapper .right-side {
    display: flex;
    gap: 0.5rem;
    width: 60%;
    min-height: 21.5rem;
}

.banner-verita-9 .content-wrapper .right-side>img {
    max-width: 50%;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.banner-verita-9 .content-wrapper .to-left {
    order: -1;
}

@container (max-width: 96.5rem) {
    .banner-verita-9 {
        padding: 4rem 6rem;
    }

    .banner-verita-9 .content-wrapper {
        flex-direction: column;
        max-width: unset;
        gap: 3rem;
    }

    .banner-verita-9 .content-wrapper .left-side {
        gap: 3rem;
        width: 100%;
    }

    .banner-verita-9 .content-wrapper .left-side>h2 {
        max-width: 60%;
        font-size: 2rem;
        line-height: 2.25rem;
    }

    .banner-verita-9 .content-wrapper .right-side {
        display: flex;
        gap: 1.5rem;
        width: 100%;
        min-height: unset;
        height: 20rem;
    }

    .banner-verita-9 .content-wrapper .right-side>img {
        max-width: unset;
        width: calc(50% - 0.75rem);
        height: 100%;
    }

    .banner-verita-9 .content-wrapper .to-left {
        order: unset;
    }
}

@container (max-width: 43.75rem) {
    .banner-verita-9 {
        padding: 3rem 1.25rem;
    }

    .banner-verita-9 .content-wrapper .left-side {
        gap: 2.25rem;
    }

    .banner-verita-9 .content-wrapper .left-side>h2 {
        max-width: 100%;
        font-size: 1.5rem;
        line-height: 2rem;
    }

    .banner-verita-9 .content-wrapper .right-side {
        display: flex;
        flex-direction: column;
        width: 100%;
        min-height: unset;
        height: auto;
    }

    .banner-verita-9 .content-wrapper .right-side>img {
        max-width: unset;
        width: 100%;
        height: 15rem;
    }
}
