.generic-three-layer-box {
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin: unset;
    padding: unset;
    align-items: center;
    position: relative;
}

.generic-three-layer-box__subtitle {
    color: rgba(46, 45, 49, 0.75);
    text-align: center;
    font-family: "Nunito Sans";
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 28px; /* 200% */
    letter-spacing: 2.8px;
    text-transform: uppercase;
    margin: unset;
    padding: unset;
}

.generic-three-layer-box__title {
    color: #2E2D31;
    text-align: center;
    font-family: "Playfair Display";
    font-size: 40px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    margin: unset;
    padding: unset;
}

.generic-three-layer-box__text {
    margin: 6px 16px 0;
    color: rgba(46, 45, 49, 0.75);
    text-align: center;
    font-feature-settings: 'dlig' on;
    font-family: "Nunito Sans";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%; /* 24px */
    padding: unset;
}

@media (min-width: 1200px) {
    .generic-three-layer-box__title {
        font-size: 48px;
        font-weight: 700;
        line-height: 70px; /* 145.833% */
        letter-spacing: 0.69px;
    }

    .generic-three-layer-box__text {
        margin-top: 20px;
        font-size: 18px;
        max-width: 674px;
    }
}
