.banner-verita-3 {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    padding: 3rem 0;
    background-color: #e7e5e4;
    container-type: inline-size;
}
.banner-verita-3 .content-wrapper {
    max-width: 120rem;
    width: 100%;
    padding: 0 3.25rem;
    display: flex;
    flex-direction: column;
    gap: 2rem;
}
.banner-verita-3 .content-wrapper .card {
    display: flex;
    width: 100%;
    padding: 1rem;
    background-color: #41150b;
    justify-content: space-between;
}
.banner-verita-3 .content-wrapper .card .left-side {
    width: 50%;
    padding: 3rem 10rem 5rem 8.5rem;
    display: flex;
    flex-direction: column;
}
.banner-verita-3 .content-wrapper .card .left-side .card-name {
    color: #eee4dd;
    font-size: 1.25rem;
    line-height: 1.5rem;
    font-weight: 400;
}
.banner-verita-3 .content-wrapper .card .left-side .title {
    color: #e7e5e4;
    font-size: 3rem;
    line-height: 3.25rem;
    font-weight: 500;
    margin-top: 1.5rem;
}
.banner-verita-3 .content-wrapper .card .left-side .card-text {
    color: #beb1a7;
    font-size: 1rem;
    line-height: 1.5rem;
    font-weight: 400;
    margin-top: 3rem;
}
.banner-verita-3 .content-wrapper .card .left-side .logo {
    margin-top: 4rem;
    height: 4.5rem;
    -o-object-fit: contain;
    object-fit: contain;
    object-position: left;
}
.banner-verita-3 .content-wrapper .card .left-side > a {
    width: -moz-fit-content;
    width: fit-content;
    height: 4rem;
    padding: 0 2.25rem;
    display: flex;
    gap: 3rem;
    background-color: #fd2a00;
    border-radius: 2rem;
    font-size: 1.25rem;
    line-height: 1rem;
    font-weight: 500;
    color: #ffffff;
    align-items: center;
    margin-top: 6.25rem;
    text-decoration: none;
}
.banner-verita-3 .content-wrapper .card .left-side > a .link-icon {
    width: 1rem;
    height: 1rem;
    -o-object-fit: contain;
    object-fit: contain;
    -o-object-position: center;
    object-position: center;
}
.banner-verita-3 .content-wrapper .card .right-side {
    width: 50%;
}
.banner-verita-3 .content-wrapper .card .right-side > img {
    width: 100%;
    height: 100%;
    min-height: 50.5rem;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
}
.banner-verita-3 .content-wrapper .img-left .left-side {
    order: 1;
}
.banner-verita-3 .content-wrapper .img-left .right-side {
    order: 0;
}

@container (width < 96.5rem) {
    .banner-verita-3 {
        width: 100%;
        padding: 1.5rem 1.5rem 2rem;
    }
    .banner-verita-3 .content-wrapper {
        max-width: unset;
        width: 100%;
        padding: 0;
        display: flex;
        flex-direction: column;
        gap: 1.5rem;
    }
    .banner-verita-3 .content-wrapper .card {
        width: 100%;
        padding: 2.5rem 4.5rem 3rem;
        flex-direction: column;
        justify-content: unset;
        gap: 5rem;
    }
    .banner-verita-3 .content-wrapper .card .left-side {
        width: 100%;
        padding: 0;
        display: flex;
        flex-direction: column;
    }
    .banner-verita-3 .content-wrapper .card .left-side .card-name {
        color: #beb1a7;
        font-size: 1.25rem;
        line-height: 1.5rem;
        font-weight: 400;
        order: 1;
    }
    .banner-verita-3 .content-wrapper .card .left-side .title {
        color: #e7e5e4;
        font-size: 3rem;
        line-height: 3.25rem;
        font-weight: 500;
        margin-top: 1.5rem;
        order: 2;
    }
    .banner-verita-3 .content-wrapper .card .left-side .card-text {
        color: #beb1a7;
        font-size: 1rem;
        line-height: 1.5rem;
        font-weight: 400;
        margin-top: 2.25rem;
        order: 3;
    }
    .banner-verita-3 .content-wrapper .card .left-side .logo {
        margin-top: 5.5rem;
        height: 4.5rem;
        -o-object-fit: contain;
        object-fit: contain;
        order: 5;
    }
    .banner-verita-3 .content-wrapper .card .left-side > a {
        width: -moz-fit-content;
        width: fit-content;
        padding: 0 2.25rem;
        gap: 3rem;
        margin-top: 3rem;
        order: 4;
    }
    .banner-verita-3 .content-wrapper .card .right-side {
        width: 100%;
    }
    .banner-verita-3 .content-wrapper .card .right-side > img {
        width: 100%;
        height: 31.875rem;
        min-height: unset;
        -o-object-fit: cover;
        object-fit: cover;
        -o-object-position: center;
        object-position: center;
    }
    .banner-verita-3 .content-wrapper .img-left .left-side {
        order: 0;
    }
    .banner-verita-3 .content-wrapper .img-left .right-side {
        order: 1;
    }
}
@container (width < 43.75rem) {
    .banner-verita-3 {
        width: 100%;
        padding: 1.25rem;
    }
    .banner-verita-3 .content-wrapper .card {
        width: 100%;
        padding: 1.5rem;
        gap: 4rem;
    }
    .banner-verita-3 .content-wrapper .card .left-side .card-name {
        font-size: 1rem;
    }
    .banner-verita-3 .content-wrapper .card .left-side .title {
        font-size: 1.5rem;
        line-height: 2rem;
        font-weight: 600;
        margin-top: 1.875rem;
    }
    .banner-verita-3 .content-wrapper .card .left-side .card-text {
        margin-top: 1.5rem;
    }
    .banner-verita-3 .content-wrapper .card .left-side .logo {
        margin-top: 4em;
        height: 3.125rem;
    }
    .banner-verita-3 .content-wrapper .card .left-side > a {
        width: 100%;
        padding: 0 1.5rem;
        gap: 3rem;
        justify-content: center;
    }
    .banner-verita-3 .content-wrapper .card .right-side > img {
        height: 17.5rem;
    }
}
