.testimonial-white h3 {
    color: #ffffff;
}

.testimonial-white span {
    color: #ffffff;
}

.testimonial-white i {
    color: #ffffff;
}

.testimonial-white .text-dark {
    color: #ffffff !important;
}

.experience-white h1 {
    color: #ffffff;
}

.experience-white div {
    color: #ffffff;
}

.experience-white {
    color: #ffffff;
}


/* =========================
   TABLET & MOBILE
   ========================= */
@media (max-width: 991px) {

    /* Center text for sections */
    h1,
    h2,
    h3,
    h4,
    h5,
    h6,
    p,
    .subtitle,
    .lead {
        text-align: center !important;
        width: 100%;
    }

    /* Center buttons */
    .btn-main {
        display: inline-block;
        margin-left: auto;
        margin-right: auto;
    }

    /* Center list text */
    ul.ul-check {
        text-align: center;
        list-style-position: inside;
    }

    /* FAQ title center */
    .col-lg-5 .subtitle,
    .col-lg-5 h2 {
                width: 100%;
        text-align: center !important;
    }

    /* FAQ questions remain left aligned */
    .accordion-section-title,
    .accordion-section-content {
        text-align: left !important;
    }

    /* Testimonials remain left aligned */
    .testimonial-white h3,
    .testimonial-white span {
        text-align: left !important;
    }

}


/* =========================
   MOBILE FONT ADJUSTMENTS
   ========================= */
@media (max-width: 576px) {

    h1 {
        font-size: 34px !important;
        line-height: 1.3;
    }

    h2 {
        font-size: 28px;
        line-height: 1.3;
    }

    h3 {
        font-size: 22px;
    }

    p,
    .lead {
        font-size: 15px;
        line-height: 1.7;
    }

   
}
/* =========================
   HERO BUTTON CENTER
   ========================= */

@media (max-width:991px){

    .hero-btn-wrap{
        text-align:center !important;
        width:100% !important;
    }

    .hero-btn-wrap .btn-main{
        display:inline-block !important;
        margin-top:20px !important;
    }

}