.stats-item {
    padding: 0 15px 50px;
    font-size: 16px;
    line-height: 1.6875;
}
.stats-item h4 {
    color: #f8951d;
    margin: 0 0 20px;
    text-transform: uppercase;
    font-size: 22px;
    line-height: 1.33;
}
.stats-item .stats {
    font-family: "Franklin Gothic ATF", Sans-serif;
    font-size: 96px;
    font-weight: 700;
    line-height: 1.146;
    margin: 0 0 7px;
    background: -20px -18px url(/wp-content/uploads/2023/01/sun_ray@2x.png) no-repeat;
    background-size: 136px auto;
    padding: 27px 0 0 30px;
}
.stats-item  p:last-child {
    margin: 0;
}
@media screen and (max-width: 1199px) {
    .stats-item .stats {
        font-size: 84px;
        background-position: -22px -22px;
    }
}
@media screen and (max-width: 1024px) {
    .stats-item .stats {
        font-size: 64px;
        background-position: -22px -22px;
    }
    .stats-item {
        padding: 0 15px 30px;
    }
    .stats-item h4 { 
        font-size: 20px;
        margin: 0 0 15px;
    }
}