/* Mobile text wrapping styles */
@media only screen and (max-width: 768px) {
    #home-title-slider h1 {
        /* white-space: normal !important;
        font-size: 24px !important;
        line-height: 1.3 !important;
        padding: 0 15px; */
    }
}

@media only screen and (max-width: 576px) {
    #home-title-slider h1 {
        font-size: 30px !important;
        /* line-height: 1.2 !important; */
    }
}