.stats-alt {
    padding: 60px 0;
}



.stats-alt .title {

    color: var(--color-dark-green);
    font-family: var(--ff-LT);

    font-size: 48px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-transform: capitalize;
    margin-bottom: 60px;

}


.stats-alt .stats-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 32px 14px;
}


.stats-alt .stat {

    display: inline-flex;

    gap: 16px;

    justify-content: flex-start;

    align-items: center;

    min-width: 240px;

}


.stats-alt .stat .value {

    color: var(--color-green);
    font-family: var(--ff-LT);
    font-size: 48px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;

}



.stats-alt .stat .label {

    color: var(--color-dark-green);
    font-family: var(--ff-RHD);
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 110%;

}


.stats-alt .stat .label-sub {

    color: #FFF;

    font-family: var(--ff-RHD);

    font-size: 32px;

    font-style: normal;

    font-weight: 400;

    line-height: 34px;

    text-transform: capitalize;

    margin-top: 10px;

    text-align: left;



    color: var(--color-dark-green);
    font-family: var(--ff-RHD);
    margin-top: 6px;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 110%;

}



@media screen and (max-width:991.9px) {

    .stats-alt {

        padding: 32px 0;

    }



    .stats-alt .title {

        font-size: 32px;

    }



    .stats-alt .row {

        row-gap: 32px;

    }

}