/* Mobile */
@media (max-width: 767px) {
    .flat-header-wrapper-about .desc {
        font-size: 16px !important;
        line-height: 26px;
    }
}

/* Tablet */
@media (min-width: 768px) and (max-width: 991px) {
    .flat-header-wrapper-about .desc {
        font-size: 20px !important;
        line-height: 30px;
    }
}