
/* TRUE STORIES SLIDER */

.true-stories-wrapper {
    clear: both;
    background-color: #F9F1D9;
    padding: 1rem 0rem;
}
.true-stories-extra-top .true-stories-wrapper {
    padding-top: 3rem;
}

.true-stories-wrapper.true-stories-theme-blue {
    background-color: #FFFFFF;
}

.true-stories-wrapper .header-stories-wrapper{
    padding:1em;
}

.true-stories-wrapper .true-stories-wrapper-title {
    font-weight: 400;
    text-align: center;
    text-underline-position: from-font;
    color: #00558c;
    text-decoration-skip-ink: none;
    text-wrap: balance;
    font-size: 30px;
}

.true-stories-wrapper .true-stories-wrapper-subtitle {
    text-align: center;
    color: #6a625a;
    font-size: 1rem;
    margin: 0;
    max-width:40rem;
    margin:0 auto!important;
}

.true-stories-wrapper .true-stories-wrapper-subtitle p {
    font-size: 18px !important;
    text-align: center!important;
    text-wrap: balance;
}

.true-stories-wrapper .true-stories-wrapper-action {
    margin-bottom: 1em;
}

.true-stories-wrapper .true-stories-wrapper-action a {
    display: block;
    margin-left: auto;
    margin-right: auto;
    text-transform: uppercase;
    width: 322px;
    text-align: center;
    background-color: #00558c;
    color: #FFF;
    padding-top: 7px;
    padding-bottom: 7px;
    text-decoration: none;
    border-radius: 20px;
    font-size: 16px;
    line-height: 21px;
    max-width: 100%;
    padding-left: 10px;
    padding-right: 10px;
}

.true-stories-wrapper .true-stories-slider-wrapper {
    margin-bottom: 6%;
}

.true-stories-wrapper .swiper {
    width:85%;
    max-width: 1200px;
    height: auto;
    padding-bottom: 30px;
    overflow: hidden !important;
}

.true-stories-wrapper .swiper-slide {
    width: auto;
    height: auto;
    text-align: center;
    font-size: 18px;
    background-color: transparent;
    display: flex;
    justify-content: center;
    align-items: center;
    box-sizing: border-box;
    padding-left: 10px;
    padding-right: 10px;
}


.true-story-item {
    display: block;
    max-width: 375px;
    margin-left: auto;
    margin-right: auto;
}


@media (min-width: 470px) {
    .true-stories-wrapper .swiper-slide {
        padding-left: 30px;
        padding-right: 30px;
    }
}


.true-stories-wrapper .swiper-slide .true-story-item-overlay {
    margin-top: -15%;

}

.true-stories-wrapper .swiper-slide .true-story-item-content {
    margin-top: -46%;
    display: block;
    position: relative;
}


.true-stories-wrapper .swiper-slide .true-story-item-title h3{
    font-size: 26px;
    line-height: 28px;
    height: 85px;
    font-weight: 400 !important;
    color: #fff;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    margin-top: 0px;
    margin-bottom: 0px;
    padding-left: 5%;
    padding-right: 5%;
    text-align: center;
}

.true-stories-wrapper .swiper-slide .true-story-item-excert {
    height: 78px;
    overflow: hidden;
    padding-left: 5%;
    padding-right: 5%;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
}

.true-stories-wrapper .swiper-slide .true-story-item-excert p{
    font-size:18px; 
    line-height: 20px;
    font-weight: 400;
    color:#fff;
    text-align:center;
    margin: 0px;
}

.true-stories-wrapper .swiper-slide img {    
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    margin-bottom: 0px;    
}

.true-stories-wrapper .swiper-slide .true-story-item-image img {
    border-radius: 25px;
}

.true-stories-wrapper .swiper-slide img.true-story-item-image-big {
    display: none;
}

.true-stories-wrapper .swiper-slide img.true-story-item-image-mobile {
    display: block;
}

.true-stories-wrapper .swiper-scrollbar.swiper-scrollbar-horizontal {
    height: 20px !important;
    position: relative;
}

.true-stories-wrapper.true-stories-theme-blue .swiper-scrollbar.swiper-scrollbar-horizontal {
    height: 12px !important;
}

.true-stories-wrapper .swiper-scrollbar-drag {
    background: #d22630 !important;
}

.true-stories-wrapper.true-stories-theme-blue .swiper-scrollbar-drag {
    background: #00558C !important;
}

.true-stories-wrapper .true-story-item-link {
    text-decoration: none;
    color: inherit;
}

@media (min-width: 768px) and (max-width:1300px) {
    .true-stories-wrapper .swiper-slide .true-story-item-title h3 {
        font-size: 21px;
        line-height: 24px;
        height: 72px;
    }
    .true-stories-wrapper .swiper-slide .true-story-item-excert {
        height: 70px;
    }
    .true-stories-wrapper .swiper-slide .true-story-item-excert p {
        font-size: 16px;
        line-height: 18px;
    }

}

@media (max-width: 450px) {
    .true-stories-wrapper .swiper-slide .true-story-item-title h3 {
        font-size: 21px;
        line-height: 24px;
        height: 72px;
    }
    .true-stories-wrapper .swiper-slide .true-story-item-excert {
        height: 70px;
    }
    .true-stories-wrapper .swiper-slide .true-story-item-excert p {
        font-size: 16px;
        line-height: 18px;
    }
}




/* END TRUE STORIES SLIDER */
