.block.stats {
    background: #1A1424;
    padding: 20px 0 40px;
}
.block.stats img {
    width: 28px;
    height: 28px;
    aspect-ratio: 1/1;
    margin-bottom: 10px;
}
.block.stats h3 {
    color: #EE3195;
    text-align: center;
    font-family: "Bebas Neue";
    font-size: 46px;
    font-style: normal;
    font-weight: 400;
    line-height: 47px;
    /* 67.143% */
    margin: 0;
}
.block.stats p {
    color: #FFF;
    text-align: center;
    font-family: "Ropa Sans";
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 25px;
    /* 125% */
    margin: 0;
}
@media(max-width: 1200px){
    .block.stats .col-xl-4{
        padding: 15px;
    }
}