/*====================================================
HERO STATS MOBILE
====================================================*/

@media(
max-width:768px
){

    .hero-stats{

        flex-direction:
        column;

        gap:20px;

    }

    .hero-stat{

        min-width:
        100%;

    }

}