.story-container {
    margin-top: 80px;
}

.story-year {
    font-size: 50px;
    margin: 20px 0;
    color: #000;
    padding-left: 35px;
}

.story-img {
    width: 60%;
}

.story-img img {
    width: 100%;
}

.story-preview--text {
    line-height: 20px;
    width: 60%;
    hyphens: auto;
    margin-top: 20px;
}

.story-strip {
    width: 1000px;
    position: relative;
    height: 4px;
    background: #ccc;
    flex: 1;
    margin: 0 0 30px 20px;
}

.story-strip::before {
    content: "+";
    position: absolute;
    left: -15px;
    top: 50%;
    transform: translateY(-50%);
    width: 25px;
    height: 25px;
    border-radius: 50%;
    background: red;
    border: 2px solid red;
    color: #fff;
    font-size: 25px;
    font-weight: 600;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 0 0 4px rgba(244, 114, 182, 0.35);
}

.story-container .story-pagination {
    position: relative !important;
    width: 10%;
    margin-bottom: 50px;
    margin-left: auto;
    margin-right: 0;
}

.story-container .story-pagination .swiper-button-next, .story-container .story-pagination .swiper-button-prev {
    top: 30px;
}

.story-container .story-pagination .swiper-button-next:after, .story-container .story-pagination .swiper-button-prev:after {
    font-size: 25px;
    font-weight: 600;
    color: #6d6d6d;
}

.myHistory {
    position: relative;
}

.story-arrow {
    position: absolute;
    right: -1px;
    top: 104px;
    font-size: 40px;
    font-weight: 600;
    color: #ccc;
    z-index: 1000;
}

@media(max-width: 992px) {
    .story-container .story-pagination {
        width: 20%;
        margin-right: 40px;
    }
}

@media(max-width: 576px) {
    .story-container .story-pagination {
        width: 30%;
        margin-right: 10px;
    }
}

