.stats-frame {
    background: #F5F5F5;
    padding: 60px 0;
    position: relative;
}
.stats-frame__container {
    display: flex;
    gap: 50px;
    align-items: center;
    justify-content: space-between;
    position: relative;
    z-index: 2;
}
.stats-frame__item-label {
    color: #3F3F44;
    font-family: "Poppins";
    font-size: 0.8125rem;
    font-style: normal;
    font-weight: 600;
    line-height: 0.8125rem; /* 100% */
    letter-spacing: 0.0625rem;
    text-transform: uppercase;
}
.stats-frame__item-number {
    color: #BA44F7;
    font-family: "Poppins", sans-serif;
    font-size: 6.25rem;
    font-style: normal;
    font-weight: 700;
    line-height: 6.25rem;
    text-transform: uppercase;
    display: flex;
    align-items: baseline;
}
.stats-frame__item-number em {
    color: #BA44F7;
    text-align: center;
    font-family: "Poppins", sans-serif;
    font-size: 2.625rem;
    font-style: normal;
    font-weight: 700;
    line-height: 3.25rem;
    text-transform: uppercase;
}
.stats-frame__item-number span {
    color: #BA44F7;
    font-family: "Poppins",sans-serif;
    font-size: 13px;
    font-style: normal;
    font-weight: 600;
    line-height: 13px;
    letter-spacing: 1px;
    text-transform: uppercase;
}
.stats-frame__item-number code {
    color: #BA44F7;
    font-family: "Poppins",sans-serif;
    font-size: 5rem;
    font-style: normal;
    font-weight: 700;
    line-height: 6.25rem;
    text-transform: initial;
}
@media only screen and (max-width: 1650px) {
    .stats-frame__item-number em {
        font-size: 2rem;
        line-height: 3rem;
    }
    .stats-frame__item-number {
        font-size: 5.25rem;
        line-height: 5.25rem;
    }
    .stats-frame__item-number code {
        font-size: 4rem;
        line-height: 5.25rem;
    }
}
@media only screen and (max-width: 1400px) {
    .stats-frame__container {
        gap: 30px;
    }
}
@media only screen and (max-width: 1280px) {
    .stats-frame__container {
        flex-wrap: wrap;
        justify-content: center;
        align-items: center;
        padding: 0px;
    }
    .stats-frame__container {
        gap: 50px;
    }
}
@media only screen and (max-width: 991px) {
    .stats-frame {
        padding: 30px 0;
    }
    .stats-frame__container {
        padding: 0px;
        gap: 30px;
    }
    .stats-frame__item {
        display: flex;
        justify-content: center;
        flex-direction: column;
        align-items: center;
    }
    .stats-frame__container .slick-track {
        display: flex;
        align-items: center;
    }
}
@media only screen and (max-width: 767px) {
    .stats-frame__item-number {
        font-size: 4.25rem;
        line-height: 4.25rem;
        justify-content: center;
    }
    .stats-frame__item-number code {
        font-size: 3.25rem;
        line-height: 4.25rem;
    }
}