.story-widget-wrapper {
    margin-top: 77px !important;
}

.story-widget-wrapper .line {
    border-top: 8px solid rgba(224, 224, 224, 0.16);
    margin: 50px 0px;
}
.story-widget-wrapper .flex {
    display: flex;
}
.story-widget-wrapper .flex .left {
    margin-top: 3px;
    max-width: 296px;
    width: 100%;
}
.story-widget-wrapper .flex .left h3 {
    font-size: 30px;
    font-weight: 700;
    line-height: 150%;
}
.story-widget-wrapper .flex .left a {
    display: flex;
    gap: 7px;
    -webkit-box-align: center;
    align-items: center;
    color: rgb(98, 88, 231);
    text-align: center;
    margin-top: 21px;
    font-size: 14px;
    font-weight: 400;
    line-height: normal;
}
.story-widget-wrapper .flex .right {
    width: calc(100% - 296px);
}
.story-swiper-wrapper {
    display: none;
    position: relative;
}
.story-swiper-wrapper .card-wrap {
    cursor: pointer;
}
.story-swiper-wrapper .story-card {
    width: 100%;
    height: 0px;
    padding-bottom: 66.3%;
    background-color: rgb(238, 238, 238);
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    border-radius: 10px;
    transition: opacity 0.4s;
    overflow: hidden;
    position: relative;
}

.story-swiper-wrapper .story-card img {
    width: 100%;
    height: auto;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.story-swiper-wrapper .story-text-box {
    margin-top: 20px;
}
.story-swiper-wrapper .story-text-box .title {
    width: 100%;
    color: unset;
    margin-top: unset;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 16px;
    font-weight: 700;
    line-height: 146%;
    letter-spacing: -0.32px;
    display: block;
    -webkit-line-clamp: unset;
    -webkit-box-orient: unset;
}
.story-swiper-wrapper .story-text-box p {
    margin: 0;
    margin-top: 12px;
    color: rgb(102, 102, 102);
    font-size: 14px;
    line-height: 150%;
    letter-spacing: -0.28px;
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.story-swiper-wrapper .swiper-button-prev {
    background-image: url(/images/slider-arrow.svg);
    background-repeat: no-repeat;
    left: -16px;
    width: 32px;
    top: 38%;
    transform: translateY(-50%);
}
.story-swiper-wrapper .swiper-button-next {
    background-image: url(/images/slider-arrow.svg);
    background-repeat: no-repeat;
    background-position: right 0px bottom 0px;
    right: -16px;
    width: 32px;
    top: 38%;
    transform: translateY(-50%) rotate(180deg);
}
.story-swiper-wrapper .swiper {
    position: unset;
}

@media (max-width: 770px) {
    .story-widget-wrapper {
        margin-top: 0px !important;
        padding: 0px 0px 0px 20px;
    }

    .story-widget-wrapper .line {
        margin: 0px -20px 50px;
    }

    .story-widget-wrapper .flex {
        flex-wrap: wrap;
    }

    .story-widget-wrapper .flex .left {
        margin-top: 0px;
        max-width: 100%;
        width: 100%;
        margin-right: 20px;
        display: flex;
        -webkit-box-pack: justify;
        justify-content: space-between;
        -webkit-box-align: end;
        align-items: end;
    }

    .story-widget-wrapper .flex .left h3 {
        font-size: 20px;
    }

    .story-widget-wrapper .flex .left a {
        margin-top: 0px;
    }

    .story-widget-wrapper .flex .right {
        width: 100%;
    }

    .story-swiper-wrapper {
        padding: 0px;
        margin-top: 20px;
    }

    .story-swiper-wrapper .container {
        position: relative;
        max-width: 1380px;
        margin: 0px auto;
    }

    .story-widget-wrapper .flex .right .swiper {
        padding-bottom: 30px;
    }

    .story-swiper-wrapper .swiper-backface-hidden .swiper-slide {
        width: 290.695px !important;
        margin-right: 16px !important;
    }

    .story-swiper-wrapper .story-card {
        border-radius: 6px;
    }

    .story-swiper-wrapper .story-text-box {
        margin-top: 10px;
    }

    .story-swiper-wrapper .story-text-box .title {
        font-size: 14px;
    }

    .story-swiper-wrapper .story-text-box p {
        font-size: 13px;
    }

    
}