.text-verita-1 {
    container-type: inline-size;
}

.text-verita-1 > .content-wrapper {
    width: 96.5rem;
    padding: 2.5rem 1rem;
    margin: 0 auto;
}

.text-verita-1 > .content-wrapper > h2 {
    font-size: 2.25rem;
    line-height: 1.15;
    font-weight: 500;

    margin-block-end: 1.25em;
    color: var(--heading-color);
}

.text-verita-1 > .content-wrapper > p {
    width: 85%;

    font-size: 1rem;
    line-height: 1.5;
    color: var(--text-color);
}

@container (width < 96.5rem) {
    .text-verita-1 > .content-wrapper {
        padding: 1.5rem 6rem;
        width: 100%;
    }
}

@container (width < 43.75rem) {
    .text-verita-1 > .content-wrapper {
        padding: 1rem 1.25rem;
    }
}

@container (width < 29rem) {
    .text-verita-1 > .content-wrapper > h2 {
        font-size: 1.25rem;
    }

    .text-verita-1 > .content-wrapper > p {
        width: 100%;
    }
}
