
.mySwiper--stories-from-life {
    overflow: visible;
    padding-left: 68px;
    padding-right: 68px;
}
.mySwiper--stories-from-life .swiper-slide {
    box-shadow: 0 4px 45px 0 rgba(14, 38, 72, 0.1);
    background: #fff;
padding: 10px;
    font-size: clamp(1rem, 0.9641rem + 0.134vw, 1.125rem);
}


.stories-from-life__img {
    width: 420px;
    max-width: 100%;
    height: 420px;

}
.stories-from-life__img img {
    width: 100%;
    min-height: 100%;
    object-fit: cover;
}
.stories-from-life__content {
    flex: 1;
    padding-left: 52px;
    padding-right: 42px;
}

.mySwiper--stories-from-life .swiper-button-next.swiper-button-disabled,.mySwiper--stories-from-life .swiper-button-prev.swiper-button-disabled {
    opacity: 0.1;
}
.stories-from-life__title {
    color: #1B4580;
    font-weight: 700;
    margin-bottom: 20px;
    font-size: clamp(1.5rem, 1.3566rem + 0.5362vw, 2rem);
}


.swiper-pagination.swiper-pagination--stories-from-life {
    position: relative;
    top: auto;
    left: auto;
    right: auto;
    width: 100%;
    margin-top: 36px;
    text-align: center;
}
.swiper-pagination.swiper-pagination--stories-from-life .swiper-pagination-bullet {
    height: 12px;
    width: 12px;
    opacity: 1;
    border: none;
    border-radius: 50%;
    background: #D9D9D9;
    transition: .5s;
}
.swiper-pagination.swiper-pagination--stories-from-life .swiper-pagination-bullet-active {
    width: 28px;
    background: #009444;
    border-radius: 6px;
}

.next--stories-from-life, .prev--stories-from-life {
    width: 40px;
    height: 40px;
    outline: none;
    border: none;
    border-radius: 50%;
    background-color: #009444;
    background-size: 15px;
    background-repeat: no-repeat;
    background-position: center;
  
}
.next--stories-from-life:before, .prev--stories-from-life:before,
.next--stories-from-life:after, .prev--stories-from-life:after {
    display: none;
}
.prev--stories-from-life {
    background-image: url(../../assets/img/activity/right.svg);
}
.next--stories-from-life {
    background-image: url(../../assets/img/activity/left.svg);
}

@media (max-width: 1199px) {
    .stories-from-life__img {
        width: 420px;
        max-width: 100%;
        height: 420px;
        margin: 0 auto 24px auto;
    
    }
    .stories-from-life__img img {
        width: 100%;
        min-height: 100%;
        object-fit: cover;
    }
    .stories-from-life__content {
        flex: 1;
        padding: 0 40px 30px 40px;
        width: 100%;
    }
}

@media (max-width: 767px) {
    .mySwiper--stories-from-life {
        padding-left: 0;
        padding-right: 0;
    }
    .next--stories-from-life, .prev--stories-from-life {
        display: none;
    }

    .stories-from-life__img {
        height: 256px;
        margin-bottom: 24px;
        margin-left: auto;  
        margin-right: auto;
    }
    .stories-from-life__content {
     width: 100%;
        padding-left: 0px;
        padding-right: 0px;
        padding-bottom: 10px;
    } 

    .section--content__stories {
        padding-top: 20px !important;
    }
    .mySwiper--stories-from-life .swiper-slide {
        box-shadow: 0 4px 45px 0 rgba(14, 38, 72, 0.4);
    }
}

