@media only screen and (max-width: 480px) {
    .hero-title {
        font-size: 32px;
    }

    .hero-body {
        font-size: 14px;
    }

    .stats-section-content {
        display: flex;
        flex-direction: column;
    }

    .stats-info {
        width: 100%;
        align-items: center;
        justify-content: center;
    }

    .stats-section-title {
        text-align: center;
        font-size: 24px;
    }

    .stats-section-body {
        text-align: center;
        font-size: 14px;
    }

    .stats-numbers {
        width: 100%;
        padding-top: 2rem;
        gap: 2rem;
    }

    .stats-col {
        padding-right: 0;
    }

    .stat-number {
        text-align: center;
    }

    .touch-title {
        font-size: 24px;
    }

    .touch-body {
        font-size: 14px;
    }

    .footer-bottom {
        flex-direction: column;
    }

    /* contact us page */
    .contact-info {
        flex-direction: column;
    }

}