/* Start custom CSS for ppt-footer, class: .elementor-element-731ad24d */@media (max-width: 576px) {
    .lh-30 {
        text-align: left!important; 
    }
}

/* For tablets */
@media (min-width: 577px) and (max-width: 991px) {
    .lh-30 {
      text-align: left!important;
    }
}

/* For large screens (desktop) */
@media (min-width: 992px) {
    .lh-30 {
       text-align: left!important;
    }
}
@media (max-width: 576px) {
    .text-600 {
        text-align: left!important; 
    }
}

/* On tablets */
@media (min-width: 577px) and (max-width: 991px) {
    .text-600 {
        text-align: left!important;
    }
}

/* On large screens (desktop) */
@media (min-width: 992px) {
    .text-600 {
        text-align: left!important;
    }
}/* End custom CSS */