.list-story .swiper-container {
    overflow: hidden;
}

.list-story .card {
    background-color: transparent;
    border: none;
}

.list-story .swiper-button-prev {
    left: -1.875rem;
    justify-content: left;
    padding: 22px 8px 22px 13px;
    border-radius: 30px 0 0 30px;
    background: linear-gradient(#d57bfb 0%, #9dd2fa 100%);
    opacity: 0.5;
}

.list-story .swiper-button-next {
    right: -1.875rem;
    justify-content: right;
    padding: 22px 13px 22px 8px;
    border-radius: 0 30px 30px 0;
    background: linear-gradient(#9dd2fa 0%, #d57bfb 100%);
    opacity: 0.5;
}

.list-story .swiper-button-prev,
.list-story .swiper-button-next {
    width: 1.875rem;
    height: 3.75rem;
    top: 30%;
    display: flex;
    align-items: center;
    color: #fff;
}

.list-story .swiper-button-prev::after,
.list-story .swiper-button-next::after {
    font-size: 1rem;
}

.section-good-story .card-header {
    margin-bottom: 36px;
}
