/* ======================================================================================================
* Title text in long - section
* ====================================================================================================== */
.title-text-in-long {
    overflow        : hidden !important;
    display         : flex;
    justify-content : center;
    align-items     : center;
    width           : 100vw;
    height          : 100%;
}

.no-text {
    text-align      : center;
    display         : flex;
    flex-direction  : column;
    justify-content : center;
    align-items     : center;
}


/* ================ Content ================ */
.title-text-in-long__content {
    display         : flex;
    justify-content : center;
    align-items     : center;
    gap             : 50px;
    width           : 100%;
    max-width       : 965px;
}

.title-text-in-long__content .title-text-in-long__content-title {
    flex : 1;
}

.title-text-in-long__content > p {
    flex : 1;
}


/* ================ Responsive ================ */
@media (max-width : 764px) {
    .title-text-in-long__content {
        flex-direction : column;
        gap            : 0px;
    }
}

/* ======================================================================================================
* END Title text in long - section
* ====================================================================================================== */
