.stories-title {
    padding: 12px;
    background: transparent;
    text-align: center;
    font-size: 24px;
    line-height: 120%;
    color: #333333;
    margin-bottom: 16px;
}

.general-slider-item {
    position: relative;
    height: auto;
}

.general-slider-item__info {
    position: absolute;
    top: 40px;
    width: 100%;
    text-align: center;
}

.general-slider-item__heading {
    font-size: 24px;
    line-height: 120%;
}

.general-slider-item-btn {
    margin-right: 22px;
}

.general-slider-item-btn:last-child {
    margin-right: 0;
}

.general-slider-item-btn span {
    font-weight: 500;
    font-size: 14px;
    line-height: 17px;

    margin-right: 10px;
}

.general-slider-item-btn-container {
    margin-top: 9px;
}

.general-slider-item-btn-container a {
    text-decoration: none;
}

.general-slider-banners {
    margin-right: -16px;
}

.general-slider-banners .slick-dots li button::before {
    content: '';
    width: 8px;
    height: 8px;
    opacity: 1;
    border-radius: 8px;
    border: 1px solid #999999;
    top: 6px;
    left: 6px;
}

.general-slider-banners .slick-dots li.slick-active button::before {
    background: #999999;
    border: 0px solid #999999;
}

.general-slider-item__img {
    width: calc(100% - 16px);
    overflow: hidden;
    display: flex;
    justify-content: center;
}

@media (min-width: 1600px) {
    .general-slider-item__img img {
        width: 100%;
    }
}
