.stats {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    padding: 20px 0;
}
.stats .wrap {
    border-radius: 5px;
    background: rgba(18, 25, 30, 0.8);
    padding: 30px;
}
.stats .wrap .content p {
    color: #F1B500;
    text-align: center;
    font-family: Exo;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    margin: 0;
}
.stats .wrap .content p:first-of-type {
    color: #FFF;
    text-align: center;
    font-family: Exo;
    font-size: 64px;
    font-style: normal;
    font-weight: 700;
    line-height: 56px;
    margin-bottom: 20px;
}
