.button-cards {
    position: relative;
}

.biutton-card-item {
    margin-top: 20px;
}

.biutton-card__title {
    color: #fff;
    position: relative;
    padding: 0;
    font-size: 17px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.025em;
    line-height: 1.294em;
    width: 100%;
}


.button-cards__heading {
    margin-bottom: 40px;
}

.button-card {
    width: 290px;
    border-radius: 10px;
    background: #F6F6F6;
    padding: 25px;
}

.bg-gray .button-card {
    background: #E5E7E7;
}

.bg-dark-blue .button-card {
    background: #13133B;
}


.js-button-card {
    margin: 0 -22px 0 -16px;
    padding-bottom: 76px;
}

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

.js-button-card .slick-arrow {
    width: 46px;
    height: 46px;
    border: 1px solid #B6B5B5;
    border-radius: 0;
    color: #1A4782;
    background-color: #fff;
}

.js-button-card .slick-prev {
    border-radius: 6px 0 0 6px;
    left: auto;
    right: 72px;
}

.js-button-card .slick-next {
    border-radius: 0 6px 6px 0;
    right: 38px;
}

.button-card__img {
    color: #00AEEF;
    font-size: 80px;
    line-height: 1em;
    padding-bottom: 15px;
}

.button-card__description {
    font-size: 15px;
    line-height: 1.666em;
}

.button-card__title {
    font-size: 20px;
}

.button-card__bottom {
    padding: 15px 0 10px 0;
}

.js-button-card .slick-track {
    display: flex !important;
}

.js-button-card .slick-slide {
    height: inherit !important;
}

.js-button-card .slick-slide div {
    height: 100%;
}

.js-button-card .slick-slide .button-card div {
    height: auto;
}

.js-button-card {
    display: flex;
    align-items: stretch;
    flex-wrap: wrap;
}

.button-card {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    text-decoration: none;
    height: 100%;
}

.slick-initialized.js-image-card .slick-slide {
    vertical-align: top;
}


@media (min-width: 768px) {
    .button-cards__heading .btn {
        margin-bottom: 0;
    }

    .button-cards__heading {
        display: flex;
        justify-content: space-between;
        align-items: flex-end;
    }

    .button-cards__title h2 {
        padding-bottom: 0;
    }

    .js-button-card {
        margin: 0 -52px 0 -16px;
    }

    .button-card {
        width: 316px;
        padding: 26px;
    }

    .button-cards__title {
        width: 405px;
    }

    .button-card__img {
        font-size: 120px;
        padding-bottom: 30px;
    }

    .button-card__description {
        font-size: 16px;
        line-height: 1.666em;
    }

    .button-card__title {
        font-size: 24px;
        padding-bottom: 10px;
    }

    .button-card__bottom {
        padding: 40px 0 14px 0;
    }

    .js-button-card .button-card-item {
        margin-bottom: 30px;
    }

}

@media (min-width: 1200px) {
    .button-cards__heading {
        margin-bottom: 32px;
    }


    .button-card__title {
        font-size: 24px;
    }

    .button-cards__title {
        width: auto;
    }

    .button-card {
        width: 412px;
        padding: 45px 47px;
    }

    .button-card__img {
        font-size: 204px;
        padding-bottom: 25px;
    }


    .button-card__title {
        font-size: 35px;
        padding: 0 0 20px 0;
        width: 318px;
        margin: 0 auto;
        font-weight: 700;
    }

    .button-card__bottom {
        padding: 20px 0 0 0;
    }


}

@media (min-width: 1620px) {
    .button-card {
        width: 510px;
    }

    .js-button-card {
        margin: 0 -16px 0 -16px;
        padding-bottom: 0;
    }

    .js-button-card .fx-slide {
        display: block;
    }
}