@media screen and (max-width: 992px) {
    .section-title .title {
        font-size: 38px;
    }

    .site-header .page-title {
        font-size: 38px;
    }
}

@media screen and (max-width: 768px) {
    body {
        font-size: 14px;
    }

    .site-header .page-title {
        font-size: 30px;
    }

    .section-padding {
        padding: 60px 0;
    }

    .section-padding-top {
        padding-top: 60px;
    }

    .section-padding-bottom {
        padding-bottom: 60px;
    }

    .footer-widget .footer-logo {
        max-width: 120px;
        display: inline-block;
    }

    .testimonial-item .title {
        font-size: 18px;
    }

    .counter-box .number {
        font-size: 24px;
    }

    .section-title {
        margin-bottom: 36px;
    }

    .section-title .title {
        font-size: 28px;
    }

    .feature-box-2 .title {
        font-size: 22px;
    }

    .feature-box-2 .icon {
        width: 50px;
        height: 50px;
        line-height: 50px;
        font-size: 18px;
    }

    .section-title .primary-button {
        margin-top: 24px;
    }

    .testimonial-item .desc {
        font-size: 18px;
    }

    .counter-area {
        padding: 50px 0;
    }

    .counter-area .overlay-text {
        font-size: 16vw;
    }

    .blog-box .content {
        padding: 30px;
    }

    .blog-box .content .title {
        font-size: 26px;
    }

    .faq-tabs {
        max-width: 100%;
    }

    .comments-list .comment-body {
        padding-left: 0;
    }

    .comment-body .comment-author img {
        position: static;
        display: block;
        margin-bottom: 16px;
    }

    .comment-body .comment-footer {
        flex-direction: column;
        align-items: flex-start;
    }

    .comment-body .comment-footer .comment-author .fn {
        font-size: 22px;
        margin-bottom: 6px;
        display: block;
    }

    .comments-list .children .comment {
        padding-left: 40px;
    }
    .blog-details .title {
        font-size: 28px;
    }
    .comment-respond-title,
    .comment-list-title {
        font-size: 22px;
    }
}

@media screen and (max-width: 576px) {
    .section-title .title {
        font-size: 24px;
    }
}