.stats-block .stats-card{
    background-position: center center;
    background-size: cover;
    height: 480px;
    color: white;
    border-radius: 24px;
    padding: 24px;
}

.stats-block .stats-card h2{
    font-size: 90px;
    line-height: normal;
}

.stats-block .stats-card p{
    max-width: 230px;
}
@media(max-width: 767px){
    .stats-block{
        padding-left: 10px;
        padding-right: 10px;
        padding-bottom: 30px;
    }
    .stats-block .stats-card{
        border-radius: 15px;
        padding: 10px 24px 24px 18px;
    }
    .stats-block .stats-card h2{
        font-size: 80px;
        margin-bottom: 14px !important;
    }
}