.patient-stories_slide_full-history{
display: none;
}
.patient-stories__top {
    display: flex;
    gap: 12px;
}

.patient-stories_slide {
    background: radial-gradient(198.13% 90.64% at 12.47% 29.59%, rgb(195, 218, 249) 0%, rgb(232, 234, 255) 100%);
}

.patient-stories_slide-block {
    display: flex;
}

.patient-stories_slide_second_column {
    background: rgba(255, 255, 255, 0.8);

}

.patient-stories__first-column__header {
    display: flex;
    gap: 14px;
    align-items: center;
    margin-bottom: 16px;
}

.patient-stories_slide_logo {
    display: flex;
    flex-shrink: 0;
    height: 70px;
    border-radius: 20px;
}

.patient-stories_slide_text,
.patient-stories_slide_text h5,
.patient-stories_slide_description {
    color: rgba(2, 2, 2, 1);;
}

.patient-stories_slide_text h5 {
    font-weight: 700;
    font-size: 20px;
    line-height: 140%;
    text-transform: none;
}

.patient-stories_slide_text p {
    font-weight: 500;
    font-size: 17px;
    line-height: 130%;
}

.patient-stories_slide .btn {
    min-width: 200px;
    border-radius: 100px;
    gap: 10px;
    justify-content: space-between;
    padding: 18px 24px;
}

.patient-stories_slide_first_column {
    flex-grow: 1;
}

.patient-stories_slide_second_column_excerpt p {
    font-weight: 500;
    line-height: 150%;
    color: #1E1E1E;
}

.patient-stories_slide.swiper-slide {
    height: auto;
    align-items: center;
    display: flex;
}

.swiper-scrollbar.patient-stories_scrollbar.swiper-scrollbar-horizontal {
    position: relative;
    left: 0;
    bottom: 0;
    top: 0;
    height: 2px;
}
.patient-stories_swiper.swiper{
    overflow: visible;
}
.swiper-scrollbar.patient-stories_scrollbar{
    background: rgba(231, 229, 228, 1);

}
body .swiper-scrollbar-drag{
    background: rgba(1, 29, 102, 1);
}
.patient-stories__navigation-btn div{
	cursor:pointer;
}

@media screen and (min-width: 1024px) {
    .patient-stories__top {
        justify-content: space-between;
        align-items: center;
        margin-bottom: 20px;
    }

    .patient-stories__heading {
        flex-basis: 853px;
    }

    .patient-stories_slide {
        border-radius: 50px;
    }

    .patient-stories_slide-block {
        padding: 24px 30px;
        gap: 30px;
        align-items: center;
    }

    .patient-stories_slide_first_column {
        flex-basis: 304px;
    }

    .patient-stories_slide_second_column {
        flex-basis: 420px;
        border-radius: 30px;
        padding: 30px;
    }

    .patient-stories_slide_description {
        font-weight: 500;
        margin-bottom: 28px;
    }

    .patient-stories_slide .btn {
        min-width: 200px;
    }

    .patient-stories_slide_second_column_excerpt p {
        font-size: 18px;
    }

    .patient-stories__next,
    .patient-stories__prev {
        flex-basis: calc((100% - 6px) / 2);
        display: flex;
        flex-shrink: 0;
        width: 82px;
        align-items: center;
        justify-content: center;
        cursor: pointer;

    }

    .patient-stories__next svg,
    .patient-stories__prev svg {
        width: 13px;
        height: 11px;
    }

    .patient-stories__next::after,
    .patient-stories__prev::after {
        display: none;
    }

    .patient-stories__navigation-btn {
        display: flex;
        gap: 6px;
        align-items: center;
    }

    .patient-stories_wrapper.swiper-wrapper {
        margin-bottom: 30px;
    }

    .patient-stories__navigation {
        display: flex;
        gap: 30px;
        align-items: center;
    }
}


@media screen and (max-width: 1023.98px) {
    .patient-stories_wrapper.swiper-wrapper {
        margin-bottom: 12px;
    }

    .patient-stories__next,
    .patient-stories__prev {
        display: none;
    }

    .patient-stories_slide_second_column {
        border-radius: 20px;
        padding: 15px;
    }

    .patient-stories__top {
        flex-direction: column;
        margin-bottom: 30px;
    }

    .patient-stories_slide {
        border-radius: 30px;
    }

    .patient-stories_slide-block {
        padding: 20px 15px;
        flex-direction: column;
        gap: 12px;
    }

    .patient-stories_slide_description {
        font-weight: 500;
        margin-bottom: 30px;
    }

    .patient-stories_slide_second_column_excerpt p {
        font-size: 16px;
    }

}