.main-menu-three__logo h1 {
    font-weight: bold;
}
.footer-widget-three__logo h1 {
    color: #fff;
}
.testimonial-wrap {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
}
.main-menu-three__logo h1 {
    font-size: 2.8rem;
}
@media (max-width: 768px) {
    .main-menu-three__logo h1 {
        font-size: 2rem;
    }
    .main-slider-two__title br {
        display: none;
    }
    .services-three__title {
        margin-top: 20px;
        margin-bottom: 15px;
    }
    .site-footer-three__bottom-inner {
        padding: 15px 0;
    }
    .scroll-to-top {
        right: -40px;
    }
    .main-menu-three__logo {
        padding: 12px 0;
    }
    .why-choose-two__top {
        margin-bottom: 30px;
    }
    .service-details__points-list li p {
        font-size: 18px;
        line-height: 27px;
    }
    .testimonials-page {
        padding: 80px 0 50px;
    }
    .testimonial-wrap {
        grid-template-columns: repeat(1, 1fr);
        gap: 0px;
    }
    .contact-page__contact-list li {
        padding: 20px 15px 21px;
    }
}
