.ctd-section_text_column {
    max-width: 800px;
    margin: 40.5px 242px;
    text-transform: capitalize;
    padding: 40px 20px;
    text-align: center;
    box-sizing: border-box;
}

.ctd-section_text_column p {
    font-size: 24px;
    line-height: 29px;
    font-weight: 400;
    font-family: 'Lexend Deca', sans-serif;

}

/* ✅ Responsive Mobile */
@media screen and (max-width: 1025px){
.ctd-section_text_column {
    max-width: 800px;
    margin: 40.5px 85px 0px;
    padding: 40px 20px;
    text-align: center;
    box-sizing: border-box;
}
}
@media (max-width: 767px) {
    .ctd-section_text_column p {
        font-size: 16px;
        line-height: 22px; /* Gợi ý: chỉnh line-height luôn cho cân */
        font-family: 'Lexend Deca', sans-serif;

    }
    .ctd-section_text_column {
        max-width: 450px;
        margin: 0 auto;
        padding: 84px 29.5px 70.5px 29.5px;
        text-align: center;
        box-sizing: border-box;
    }
}
