.header-verita-1 {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    background-color: #e7e5e4;
    position: relative;
    overflow: hidden;
    height: 100dvh;
    container-type: inline-size;
}

.header-verita-1 .background-image {
    position: absolute;
    top: -25%;
    z-index: 1;
    max-width: 60rem;
    height: 150%;
}

.header-verita-1 .content-wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 100%;
    width: 100%;
    gap: 4rem;
    z-index: 2;
}

.header-verita-1 .content-wrapper > h1 {
    max-width: 48rem;
    margin-top: 2.75rem;
    font-size: 4rem;
    line-height: 4.5rem;
    text-align: center;
    color: #161b1d;
    font-weight: 600;
}

.header-verita-1 .content-wrapper > p {
    max-width: 40rem;
    font-size: 1rem;
    line-height: 1.5rem;
    text-align: center;
    font-weight: 400;
    color: #2d3438;
}

@container (width < 100rem) {
    .header-verita-1 .background-image {
        top: -17%;
        height: 134%;
        width: unset;
    }

    .header-verita-1 .content-wrapper {
        gap: 3rem;
    }

    .header-verita-1 .content-wrapper > h1 {
        max-width: 100%;
        padding-inline: 6rem;
        margin-top: 0;
        font-size: 4rem;
        line-height: 4.5rem;
    }

    .header-verita-1 .content-wrapper > p {
        max-width: 75%;
        margin-bottom: 7rem;
    }
}

@container (width < 45rem) {
    .header-verita-1 .background-image {
        top: 5%;
        height: 90%;
    }

    .header-verita-1 .content-wrapper > h1 {
        padding-inline: 1.25rem;
        margin-top: 0;
        font-size: 2.25rem;
        line-height: 2.625rem;
    }

    .header-verita-1 .content-wrapper > p {
        max-width: 60%;
        margin-bottom: 7.5rem;
    }
}
