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

.banner-verita-11 .content-wrapper {
    display: flex;
    flex-direction: column;
    width: 100%;
    max-width: 94.5rem;
    gap: 3rem;
}

.banner-verita-11 .content-wrapper > h2 {
    font-size: 1rem;
    line-height: 1.5rem;
    color: #161b1d;
    font-weight: 500;
}

.banner-verita-11 .content-wrapper .links-wrapper {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
}

.banner-verita-11 .content-wrapper .links-wrapper > a {
    display: flex;
    width: -moz-fit-content;
    width: fit-content;
    align-items: center;
    justify-content: center;
    padding: 1.5rem;
    min-height: 4rem;
    height: -moz-fit-content;
    height: fit-content;
    gap: 3rem;
    border: solid 1px #949b9e;
    text-decoration: none;
}

.banner-verita-11 .content-wrapper .links-wrapper > a > span {
    font-size: 1.25rem;
    line-height: 1rem;
    color: #161b1d;
    font-weight: 500;
}

.banner-verita-11 .content-wrapper .links-wrapper > a > img {
    width: 1rem;
    height: 1rem;
    -o-object-fit: contain;
    object-fit: contain;
}

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

    .banner-verita-11 .content-wrapper {
        max-width: unset;
    }

    .banner-verita-11 .content-wrapper > h2 {
        font-size: 2rem;
        line-height: 2.25rem;
    }

    .banner-verita-11 .content-wrapper .links-wrapper {
        gap: 1.5rem;
    }
}

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

    .banner-verita-11 .content-wrapper > h2 {
        font-size: 1.5rem;
        line-height: 2rem;
    }

    .banner-verita-11 .content-wrapper .links-wrapper {
        gap: 1rem;
    }
}
