@media screen and (max-width: 1400px) {
    .blog-content h4 {
        min-height: 65px;
    }
}

@media screen and (max-width: 1200px) {
    .about-content {
        padding-left: 0px;
    }

    .feature-item {
        margin-bottom: 15px !important;
    }

    .section-title h2 {
        font-size: 38px;
    }

    .feature-list {
        margin: 25px 0;
    }

    .process-item:before {
        width: 60%;
        right: -32%;
        height: 4%;
        top: 13%;
    }

    img.shad {
        top: 0%;
    }

    .rewards-title h4 {
        font-size: 27px;
    }

    .app-content {
        padding-left: 0;
    }

    .community-bottom-text p {
        font-size: 18px;
    }

    .community-list {
        margin: 15px 15px;
    }

    .blog-content p {
        min-height: 155px;
    }
}


@media screen and (max-width: 992px) {
    .section-title h1 {
        font-size: 40px;
    }

    .about-img {
        text-align: center;
        margin-bottom: 30px;
    }

    .about-img img {
        width: 55%;
    }

    .section-title h2 {
        font-size: 36px;
    }

    .process-item:before {
        display: none;
    }

    .process-item {
        min-width: 220px;
        margin-bottom: 30px;
    }

    .rewards-img img {
        width: 100%;
        height: 220px;
        object-fit: cover;
    }

    .rewards-text p {
        font-size: 16px;
    }

    .rewards-item {
        padding: 25px 10px;
    }

    img.shad {
        top: 20%;
    }

    .app-bottom-text p {
        font-size: 16px;
    }

    .app-content .section-title h2 {
        font-size: 30px;
    }

    .app-bottom-text {
        margin-top: 20px;
    }

    .app-content .app-btns {
        margin-top: 20px !important;
        gap: 8px !important;
    }

    .app-content p {
        font-size: 16px;
    }

    .community-img {
        margin-bottom: 30px;
    }

    .blog-content p {
        min-height: 130px;
    }

    .faq-img {
        display: none;
    }

    .faq-right {
        margin-top: 40px;
    }

    .header-bar {
        position: fixed;
        background: #fff;
        z-index: 9999;
    }

    li.nav-item {
        line-height: 35px;
    }

    .navbar-collapse {
        text-align: center;
        padding: 15px 0 30px;
    }

    a.header-right {
        display: inline-block;
        border: 1px solid #000;
    }

}

@media screen and (max-width: 767px) {
    .section-title h2 {
        font-size: 36px;
    }

    .rewards-text p {
        font-size: 14px;
    }

    .rewards-img img {
        height: 160px;
    }

    .rewards-title h4 {
        font-size: 20px;
    }

    .app-img {
        text-align: center;
        margin-bottom: 25px;
    }

    .app-img img {
        width: 80%;
    }

    .section-title p {
        font-size: 16px;
        color: #4B4B4B;
        font-weight: 500;
    }

    .blog-content h4 {
        min-height: 100%;
    }

    .blog-content p {
        min-height: 100%;
    }

    .social-links {
        display: flex;
        margin-top: 15px;
    }

    section {
        padding: 40px 0;
    }

}

@media screen and (max-width: 576px) {
    .banner-content {
        padding: 0 15px;
    }

    .about-img img {
        width: 60%;
    }

    .section-title h1 {
        font-size: 32px;
    }

    .feature-item {
        gap: 15px;
    }

    .process-text h4 {
        font-size: 30px;
    }

    .rewards-img img {
        height: 100%;
        width: 70%;
    }

    img.shad {
        top: 10%;
    }

    .accordion-button.collapsed {
        padding: 15px 10px;
    }

    .accordion-button {
        padding: 15px 10px;
    }
}

@media screen and (max-width: 425px) {
    .section-title h1 {
        font-size: 28px;
    }

    .section-title h2 {
        font-size: 32px;
    }

    .feature-icon {
        margin-bottom: 15px;
    }

    .feature-item {
        display: block;
        text-align: center;
    }

    .about-btn {
        text-align: center;
    }

    .about-img img {
        width: 75%;
    }
}

@media screen and (max-width: 375px) {
    .section-title h1 {
        font-size: 24px;
    }

    .about-img img {
        width: 80%;
    }

    .section-title h2 {
        font-size: 28px;
    }

    .app-btns {
        display: grid;
    }

    .app-btns a {
        width: 175px;
        margin: auto;
    }
}