/* 
    Swiper 
*/
.tools-1, .tools-2 {
    Padding: 0 50px;
}

.mySwiperTools1, .mySwiperTools2 {
    max-width: 100%;
    height: 100%;
    padding-bottom: 60px !important;
}

.mySwiperTools1 .swiper-slide, .mySwiperTools2 .swiper-slide {
    padding: 15px;
    height: auto;
}

.mySwiperTools1 .tools-card, .mySwiperTools2 .tools-card {
    Height: 100%;
    padding: 2em;
    background-color: white;
    border-radius: 40px;
    -webkit-box-shadow: 0px 4px 20px 0px rgba(0,0,0,0.1); 
box-shadow: 0px 4px 20px 0px rgba(0,0,0,0.1);
    display: flex;
    flex-direction: column;
    align-items: start;
}

.mySwiperTools1 .tools-card .tools-card__title, .mySwiperTools2 .tools-card .tools-card__title {
    font-size: 22px;
    line-height: 1em;
    font-weight: 600;
    font-family: 'Montserrat', sans-serif;
    color: var(--e-global-color-b024362);
    margin-bottom: 20px;
}

.mySwiperTools1 .tools-card .tools-card__desc, .mySwiperTools2 .tools-card .tools-card__desc {
    font-size: 14px;
    line-height: 1.5em;
    font-weight: 400;
    font-family: 'Montserrat', sans-serif;
    color: var(--e-global-color-text);
}

.mySwiperTools1 .tools-card .tools-card__btn, .mySwiperTools2 .tools-card .tools-card__btn {
    font-size: 16px;
    line-height: 1.5em;
    font-weight: 700;
    font-family: 'Montserrat', sans-serif;
    color: white;
    background-color: var( --e-global-color-b024362 );
    padding: 0.8em 1.5em;
    border-radius: 99px;
    transition: 0.2s all ease-in-out;
}

.mySwiperTools1 .tools-card .tools-card__btn:hover, .mySwiperTools2 .tools-card .tools-card__btn:hover {
    background-color: #83221B;
}

.tools-1 .swiper-button-next, .tools-2 .swiper-button-next {
    right: 0;
}

.tools-1 .swiper-button-prev, .tools-2 .swiper-button-prev {
    left: 0;
}

.swiper-button-pagination {
    position: relative !important;
    width: 50px !important;
    height: 50px !important;
    background-color: var(--e-global-color-b024362);
    border-radius: 50%;
    cursor: pointer;
    padding: 14px;
    transition: 0.2s all ease-in-out;
}

.swiper-button-next {
    transform: rotate(180deg);
}

.swiper-button-pagination:after {
    content: '' !important;
}

.swiper-button-pagination:hover {
    scale: 0.9;
}

@media screen and (max-width: 768px) {

}