footer h6 {
    font-size: 24px;
}

.subtitle-hero {
    font-size: 34px;
    font-weight: 700;
}

.why-us-title,
.facility-title,
.product-title,
.tour-title,
.muthawif-title,
.gallery-title,
.testimonial-title {
    font-weight: 700;
    font-size: 34px;
    text-transform: capitalize;
}

@media only screen and (max-width: 767px) {
    footer h6 {
        font-size: 18px;
    }
    .subtitle-hero {
        font-size: 26px;
    }
    .why-us-title,
    .facility-title,
    .product-title,
    .tour-title,
    .muthawif-title,
    .gallery-title,
    .testimonial-title {
        font-size: 28px;
    }
}