.section-slider {
    font-family: 'proxima-nova', sans-serif;
    max-width: 980px;
    margin: auto;
    margin-bottom: 40px;
    margin-top: 30px;
}

.section-slider-item {
    border: 1px solid #dee9f8;
    border-radius: 10px;
    padding: 28px 15px;
    height: auto;
}

.section-slider-item__title {
    display: block;
    color: #1f3651;
    font-size: 16px;
    font-weight: 700;
    line-height: 160%;
    letter-spacing: -0.32px;
    margin-bottom: 14px;
}

.section-slider-item__text {
    color: #1F3651;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
    letter-spacing: -0.28px;
    margin-bottom: 21px;
}

.section-slider-item__img-wrap {
    background: #f0f6ff;
    padding: 9px 8px;
}

.section-slider-item__img {
    width: 100% !important;
    max-width: 100%;
}

.section-slider__nav {
    display: flex;
    justify-content: space-between;
}

.section-slider__button-next,
.section-slider__button-prev {
    width: 65px;
    height: 45px;
    cursor: pointer;
    background: url('/wp-content/themes/dante/assets/img/arrow-next.svg') no-repeat center;
}

.section-slider__button-prev {
    transform: rotate(180deg);
}