@media only screen and (max-width: 1072px) {
    .card-grid {
        grid-template-columns: repeat(1, 1fr);
    }

    .main-stats {
        grid-template-columns: repeat(1, 1fr);
        gap: 4rem;
    }

    .main-stats-center {
        border-right: 0px solid rgba(255, 255, 255, 0);
        border-left: 0px solid rgba(255, 255, 255, 0);
        border-top: 1px solid rgba(255, 255, 255, 0.253);
        border-bottom: 1px solid rgba(255, 255, 255, 0.253);
        padding: 3rem 0rem !important;
    }

    .main-stats-item {
        padding: 0rem;
    }
}

@media only screen and (max-width: 992px) {
    .desktop-view {
        display: none;
    }

    .mobile-view {
        display: block !important;
    }

    .reverse-col {
        flex-direction: column-reverse !important;
    }

    .m-justify-start {
        justify-content: start !important;
    }
    .footer-logo,
    .footer-link-col {
        margin-bottom: 2rem;
    }

    .footer-bottom {
        margin-top: 0rem;
    }

    .footer-link-head {
        margin-bottom: 0.8rem;
    }
}

@media only screen and (max-width: 768px) {
    .preloader-inner img {
        height: 50px;
    }

    .calculator {
        padding: 33px 30px;
    }

    .hero h3 {
        font-size: 45px;
        line-height: unset;
    }

    .hero {
        padding-bottom: 4rem;
    }

    .spacer {
        height: 5rem;
    }

    .counter-container span {
        font-size: 90px;
    }

    .awards {
        margin-bottom: 5rem;
    }

    .md-text {
        font-size: 30px;
        font-weight: 400;
    }

    .card-item {
        padding: 30px 30px;
    }

    .s-text {
        font-size: 22px;
        font-weight: 400;
    }

    .transfer .container img {
        width: 100%;
    }

    .g-7 {
        gap: 2rem 36px;
    }

    .main-stats-number {
        font-size: 90px;
        font-weight: 400;
    }

    .nav-logo img {
        width: 65%;
        filter: none !important;
    }
}
