/**
* Block Name: cards_2
*/

/* General Swiper adjustment for transparent look */

section.cards_2 {
    overflow: hidden;
}
section.cards_2 .swiper-container {
    overflow: unset;
}

section.cards_2 .swiper-slide {
    -webkit-transition: opacity 0.3s ease;
    -o-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
}
@media(max-width: 767.98px){
    section.cards_2 .swiper-slide:not(.swiper-slide-active) {
        opacity: 0.4;
    }
}
@media(min-width: 768px){
    section.cards_2 .swiper-slide:not(.swiper-slide-visible) {
        opacity: 0.4;
    }
}

/* Swiper Slide */

section.cards_2 .swiper-slide {
    border-left: 1px solid #88B4A3;
    padding:15px;
    height: unset;
}
section.cards_2 .swiper-slide h3 {
    color: #74B569;
}
section.cards_2 .swiper-slide .description {
    color: #485446;
}

/* Swiper Nav */
section.cards_2 .swiper_nav {
    margin-bottom: 30px;
 }

section.cards_2 .swiper_nav_item {
   height: 30px;
   width: 30px;
   background-color: rgba(136,180,163,0.2); 
}
section.cards_2 .swiper_nav_item svg {
   fill: #88B4A3;
}