/* xs: phone - portrait */
/* default. no media */

/* ===== SEASON 13 ===== */
/* .section-title-outer .title-behind {
    font-family: 'TWOFOLD uncomplete DeSigN', sans-serif;
    font-size: 3rem;
    font-weight: 400; 
    height: 75px; 
    background: linear-gradient(180deg, #F59D00 0%, #FFD800 100%); 
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    text-transform: uppercase;
}
.section-title-outer .title-front {
    font-family: 'Black Range Free', sans-serif;
    font-size: 1.5rem;
    font-weight: 600;
    font-style: italic;
    position: absolute;
    top: calc(50% - 8px);
    left: 50%;
    transform: translate(-50%, -50%); 
    letter-spacing: 1px;
    color: #333333;
    text-transform: uppercase;
    z-index: 1;
    white-space: nowrap;
    line-height: 1;
} */

/* ===== SEASON 14 ===== */
.section-title-outer {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-bottom: 25px;
}
.section-title-outer .title-behind {
    font-weight: 500;
    line-height: 30px;
    letter-spacing: 3px;
    text-align: center;
    color: #333333;
    text-transform: uppercase;
}
.section-title-outer .title-front {
    font-size: 2.5rem;
    font-weight: 500;
    text-align: center;
    line-height: 1;
    letter-spacing: 2px;
    background: linear-gradient(180deg, #F59D00 0%, #FFD800 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    text-transform: uppercase;
    z-index: 1;
    white-space: nowrap;
    line-height: 1;
}


.subtitle-front {
    font-size: 1.5rem;
    font-weight: 500;
    text-align: center;
    line-height: 1;
    letter-spacing: 2px;
    background: linear-gradient(180deg, #F59D00 0%, #FFD800 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    text-transform: uppercase;
    z-index: 1;
    white-space: nowrap;
    line-height: 1;
}

/* sm: phone - landscape */
@media (min-width: 576px) {
}

/* md: tablet */
@media (min-width: 768px) {
}

/* lg: desktop */
@media (min-width: 992px) {
    .section-title-outer {
        margin-bottom: 5px;
    }
    .section-title-outer .title-behind {
        /* font-size: 4rem;
        height: 100px; */
        font-size: 1.25rem;
    }
    .section-title-outer .title-front {
        /* font-size: 2rem; */
        font-size: 3rem;
    }
}

/* xl: wide */
@media (min-width: 1200px) {
}

/* super wide */
@media (min-width: 1440px) {
}