.benefits-icons__content {
    padding-bottom: 60px;
}

.benefits-icons__heading h2 {
    color: #2E343A;
}

/* Benefit Icon */
.benefit-icon {
    position: relative;
    margin: 0 16px;
    min-height: 260px;
    border-bottom: 10px solid;
    text-align: center;
}

.benefit-icon--color-orange {
    border-bottom-color: #e0632e;
}

.benefit-icon--color-blue {
    border-bottom-color: #0081c6;
}

.benefit-icon__inner {
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    text-align: center;
}

.benefit-icon__figure {
    display: flex;
    -ms-grid-column-align: center;
    justify-self: center;
    align-items: center;
    margin: 0 auto 40px;
    padding: 20px;
    width: 90px;
    height: 90px;
    border-radius: 50%;
}

.benefit-icon--color-orange .benefit-icon__figure {
    background-color: #f9ceae;
}

.benefit-icon--color-blue .benefit-icon__figure {
    background-color: #bfd2ed;
}

.benefit-icon__img {
    margin: 0 auto;
}

.benefit-icon__text {
    font-size: 18px;
    font-weight: 600;
}

/* Slider */
.benefits-icons-slider {
    margin-bottom: 70px;
}

.benefits-icons-slider .slick-arrow {
    bottom: -70px;
    background-color: #8e8e8e;
    color: #fff;
}

.benefits-icons-slider .slick-arrow:hover,
.benefits-icons-slider .slick-arrow:focus {
    background-color: #707070;
}

@media (min-width: 768px) {
    .benefits-icons__heading {
        display: flex;
        align-items: flex-end;
        justify-content: space-between;
        padding-bottom: 15px;
    }

    .benefits-icons__heading h2,
    .benefits-icons__content p {
        padding-bottom: 0;
    }

    .benefits-icons__content {
        padding-bottom: 20px;
    }

    .benefits-icons-slider .slick-next {
        right: 16px;
    }

    .benefits-icons-slider .slick-prev {
        right: 70px;
    }
}

@media (min-width: 1200px) {
    .benefits-icons__heading {
        padding-bottom: 35px;
    }

    .benefits-icons__content {
        padding-bottom: 25px;
    }
}