.os-big-caps-text-section .os-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: var(--os-content-gap-sm);
}
.os-big-caps-text {
    font-size: var(--os-h2);
    text-align: center;
    font-weight: 200;
    line-height: 1.2;
    letter-spacing: 3px;
    text-transform: uppercase;
    max-width: 50ch;
    margin: 0 auto;
}

.os-big-caps-text-section .small-text {
    text-align: center;
    font-size: 1.6rem;
    font-style: normal;
    font-weight: 400;
    line-height: 137.5%;
}

.os-big-caps-text-section.os-add-block-bg .os-big-caps-text {
    color: #fff;
}

.os-big-caps-text-section.os-add-block-bg .small-text {
    color: #fff;
}