.icon-cards {
    position: relative;
    z-index: 1;
}

.icon-cards__title {
    margin-bottom: 15px;
}

.icon-cards__title h2 {
    margin-bottom: 0;
}

.icon-cards__arrows {
    position: absolute;
    width: 40px;
    height: 51px;
    z-index: -1;
    right: 0;
    bottom: 0;
}

.btn-icon-card-slider {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    position: relative;
}

.btn-icon-card-slider .slick-arrow {
    position: relative;
    margin: 0;
    left: auto;
    right: auto;
    top: auto;
    bottom: auto;
}

.icon-card-slider .slick-track {
    display: flex !important;
}

.icon-card-slider .slick-slide {
    height: inherit !important;
}

.icon-card-slider .slick-slide div {
    height: 100%;
}

.icon-card-slider .slick-slide .icon-card div {
    height: auto;
}

.icon-card-slider {
    margin: 0 -16px;
    padding-bottom: 15px;
}

.icon-card-item {
    padding: 0 16px;
}

.icon-card {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    text-decoration: none;
    height: 100%;
    border: 1px solid #D0D0D0;
    padding: 15px;
    text-align: center;
    font-weight: normal;
    color: #1C1C1C;
    background: #fff;
}

.icon-card__title {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    margin-bottom: 10px;
}

.icon-card__title h4 {
    color: #1C1C1C;
    font-size: 20px;
    font-weight: 600;
    line-height: 1.2em;
    margin: 0;
}

.icon-card__title i {
    color: #0073BA;
    font-size: 20px;
    line-height: 1em;
}

.icon-card__top p {
    font-family: 'Instrument Sans', sans-serif;
    font-weight: 600;
}

.icon-card__bottom {
    margin-top: 10px;
}

.icon-card--no-url {
    pointer-events: none;
}

@media (min-width: 768px) {

    .icon-cards__title {
        display: flex;
        justify-content: center;
        align-items: center;
        gap: 32px;
        margin-bottom: 32px;
    }

    .icon-cards__arrows {
        width: 65px;
        height: 83px;
    }

    .btn-icon-card-slider {
        border-left: 1px solid #ddd;
        padding-top: 5px;
        padding-bottom: 5px;
        padding-left: 33px;
    }

    .icon-card-slider {
        padding-bottom: 0;
    }

    .icon-card {
        padding: 34px 32px;
        text-align: left;
    }

    .icon-card__title {
        justify-content: flex-start;
        margin-bottom: 20px;
    }

    .icon-card__title h4 {
        font-size: 24px;
    }

    .icon-card__title i {
        font-size: 30px;
    }

    .icon-card__bottom {
        margin-top: 20px;
    }
}


@media (min-width: 1200px) {
    .icon-cards__title {
        margin-bottom: 50px;
    }

    .icon-cards__arrows {
        width: 170px;
        height: 216px;
    }

    .icon-card:hover {
        background: #1C1C1C;
        color: #fff;
    }

    .icon-card:hover .icon-card__title h4,
    .icon-card:hover .icon-card__title i {
        color: #fff;
    }
}

@media (min-width: 1600px) {

    .icon-cards__arrows {
        right: 157px;
    }
}