.by-the-numbers-sec {
    padding: 110px 0 172px 0;
    position: relative;
}

.by-the-numbers-sec .content-block {
    max-width: 866px;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 78px;
}

.by-the-numbers {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -10px -20px;
}

.by-the-numbers .by-the-numbers-inr {
    width: 25%;
    padding: 0 10px;
    margin-bottom: 20px;
    height: auto;
}

.by-the-numbers .slick-track {
    display: flex;
}

.by-the-numbers .by-the-numbers-inr .by-the-numbers-box {
    padding: 52px 25px;
    border-radius: 10px;
    height: 100%;
}

.by-the-numbers-inr:nth-child(4n + 1) .by-the-numbers-box {
    background: #E3F4FA;
}

.by-the-numbers-inr:nth-child(4n + 1) .by-the-numbers-box .count,
.by-the-numbers-inr:nth-child(4n + 1) .by-the-numbers-box .h5,
.by-the-numbers-inr:nth-child(4n + 1) .by-the-numbers-box p {
    color: #144F6F;
}

.by-the-numbers-inr:nth-child(4n + 2) .by-the-numbers-box {
    background: #3F1311;
}

.by-the-numbers-inr:nth-child(4n + 2) .by-the-numbers-box .count,
.by-the-numbers-inr:nth-child(4n + 2) .by-the-numbers-box .h5,
.by-the-numbers-inr:nth-child(4n + 2) .by-the-numbers-box p {
    color: #E5BABA;
}

.by-the-numbers-inr:nth-child(4n + 3) .by-the-numbers-box {
    background: #F8DC87;
}

.by-the-numbers-inr:nth-child(4n + 3) .by-the-numbers-box .count,
.by-the-numbers-inr:nth-child(4n + 3) .by-the-numbers-box .h5,
.by-the-numbers-inr:nth-child(4n + 3) .by-the-numbers-box p {
    color: #3F1311;
}

.by-the-numbers-inr:nth-child(4n + 4) .by-the-numbers-box {
    background: #172715;
}

.by-the-numbers-inr:nth-child(4n + 4) .by-the-numbers-box .count,
.by-the-numbers-inr:nth-child(4n + 4) .by-the-numbers-box .h5,
.by-the-numbers-inr:nth-child(4n + 4) .by-the-numbers-box p {
    color: #BAC7B5;
}

.by-the-numbers-box .count {
    font-size: 35px;
    font-style: normal;
    font-weight: 600;
    line-height: 35px;
    text-transform: uppercase;
    font-family: 'FranklinGothicURWBoo';
    margin-bottom: 10px;
}

.by-the-numbers-box .count span {
    font-size: 32px;
    font-style: normal;
    font-weight: 500;
    line-height: 49px;
    text-transform: uppercase;
}

.by-the-numbers-box .h5 {
    font-size: 26px;
    font-style: normal;
    font-weight: 600;
    line-height: 28px;
    text-transform: uppercase;
    margin-bottom: 10px;
    font-family: 'FranklinGothicURWBoo';
}

.by-the-numbers-box p {
    font-size: 21px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px;
}

.by-the-numbers ul.slick-dots {
    bottom: -70px;
}

.by-the-numbers-sec .content-block .h6 {
    margin-bottom: 40px;
}

.by-the-numbers-sec .content-block .h4 {
    max-width: 371px;
    margin-left: auto;
    margin-right: auto;
}

.by-the-numbers-sec .content-block p {
    font-size: 23px;
    font-style: normal;
    font-weight: 400;
    line-height: 31px;
}

.home .by-the-numbers-sec.add-top-border:before {
    display: none;
}
@media only screen and (max-width:1399px) {
.by-the-numbers-sec {
    padding: 90px 0 90px 0;
}
.by-the-numbers ul.slick-dots {
    bottom: -30px;
}
}

@media only screen and (max-width:1199px) {
    .by-the-numbers .by-the-numbers-inr .by-the-numbers-box {
        padding: 30px 15px;
    }
    .by-the-numbers-box .count {
        font-size: 26px;
        line-height: 34px;
    }
    .by-the-numbers-box .h5 {
        font-size: 20px;
        line-height: 26px;
    }
}

@media only screen and (max-width:991px) {
    .by-the-numbers-sec {
        padding: 60px 0 140px 0;
    }
    .by-the-numbers-sec .content-block {
        margin-bottom: 40px;
    }
    .by-the-numbers ul.slick-dots {
        bottom: -60px;
    }
}