.statistics {
    padding: 50px 0;
}
.statistics .wrap p {
    color: #333;
    text-align: center;
    font-family: Inter;
    font-size: 15px;
    font-style: normal;
    font-weight: 500;
    line-height: 21px;
}
.statistics .wrap p:first-of-type {
    color: #333;
    text-align: center;
    font-family: Inter;
    font-size: 15px;
    font-style: normal;
    font-weight: 700;
    line-height: 17px;
    min-height: 34px;
}
.statistics .wrap p strong {
    text-align: center;
    font-family: Inter;
    font-size: 48px;
    font-style: normal;
    font-weight: 800;
    line-height: 41px;
}
.statistics .slick-slide:nth-of-type(4n+1) p strong {
    color: #862A75;
}
.statistics .slick-slide:nth-of-type(4n+2) p strong {
    color: #FEA500;
}
.statistics .slick-slide:nth-of-type(4n+3) p strong {
    color: #F9623F;
}
.statistics .slick-slide:nth-of-type(4n+4) p strong {
    color: #ACCBED;
}

.statistics .header {
    margin-bottom: 50px;
}
.statistics .header h2 {
    color: #862A75;
    text-align: center;
    font-family: "Playfair Display";
    font-size: 32px;
    font-style: normal;
    font-weight: 700;
    line-height: 41px;
}
.statistics .header p {
    color: #333;
    text-align: center;
    font-family: Inter;
    font-size: 19px;
    font-style: normal;
    font-weight: 400;
    line-height: 30.4px;
}
