/* statistics css Start */

.stats-item__title {
    color: #E9A23E;
}

.statistics .border-bottom-grey:last-child {
    border-bottom: none;
}

.stats-item__title {
    font-size: 120px;
}

.statistics .section-description {
    font-size: 28px;
}

.section-spacing {
    padding: 80px 64px;
}

@media only screen and (max-width: 1200px) {
    .stats-item__title {
        font-size: 80px;
    }

    .section__title {
        font-size: 20px;
    }
}

@media only screen and (max-width: 769px) {
    .section-spacing {
        padding: 40px 32px;
    }
}

@media only screen and (max-width: 767px) {
    .stats__left {
        border-right: none !important;
    }
}

@media only screen and (max-width: 426px) {
    .section-spacing {
        padding: 40px 16px;
    }

    .stats-item__title {
        font-size: 64px;
    }

    .statistics .first-col .border-bottom-grey,
    .statistics .second-col .border-bottom-grey:not(:last-child) {
        border-bottom: 1px solid #BFC9CF !important;
    }

    .statistics .first-col {
        border-right: 0;
    }
}

/* Statistics css End */