@media only screen and (min-width: 481px) and (max-width:649px) {
    .stats-section-content {
        display: flex;
        flex-direction: column;
    }

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

    .stats-section-title {
        text-align: center;
    }

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