/**
 * Style of sliders template
 */
 
.swiper_js .cards {
    position: relative;
    width: 90%;
    min-width: 868px;
    min-height: 550px;
    max-height: 650px;
    height: 75dvh;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 3rem;
}
.swiper_js .lawyer_border {
    position: relative;
    height: 95%;
}
.lawyer_link {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.swiper-slide .lawyer_link {
    transition: transform .3s ease !important;
}
.swiper-slide .lawyer_link:hover {
    transform: scale(1.2) !important;
}
.swiper-slide-prev .lawyer_link:hover,
.swiper-slide-next .lawyer_link:hover { 
    transform: scale(1.1) !important;
}
/* SWIPER */
.swiper_js .swiper-wrapper.cards {
    gap: 0;
    justify-content: unset;
    align-items: flex-start;
}
.swiper_js .swiper {
    width: 100%;
    overflow: visible;

    margin: 2rem 0;
}
.swiper_js .swiper-wrapper {
    min-width: 868px;
    align-items: center;
}
.swiper_js .swiper-slide {
    width: 30%;
    margin: 0 2rem;
}
.swiper_js .lawyer_img_box {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
}
.swiper_js .lawyer_text {
    margin: 2rem 0;
}
.swiper_js .cards {
    min-height: 850px;
    max-height: 850px;
}
/*  */
@media (max-width: 2200px) {
    .swiper_js .cards {
        min-height: 800px;
        max-height: 800px;
    }
}
@media (max-width: 2000px) {
    .swiper_js .cards {
        min-height: 720px;
        max-height: 720px;
    }
}
@media (max-width: 1800px) {
    .swiper_js .cards {
        min-height: 620px;
        max-height: 620px;
    }
}
@media (max-width: 1600px) {
    .swiper_js .cards {
        min-height: 550px;
        max-height: 550px;
    }
}
@media (max-width: 1500px) {
    .swiper_js .card {
        gap: 1.5rem;
    }
}
@media (max-width: 1400px) {
    .swiper_js .cards {
        min-height: 480px;
        max-height: 480px;
    }
}
@media (max-width: 1200px) {
    .swiper_js .cards {
        min-height: 420px;
        max-height: 420px;
    }
    .swiper_js .card {
        gap: 1.2rem;
    }
    .swiper_js .card {
        width: 30%;
    }
}
@media (max-width: 1100px) {
    .swiper_js .lawyer_text {
        margin: 1rem 0;
    }
    .swiper_js .cards {
        gap: 1rem;
    }
    .swiper_js .swiper-slide {
        margin: 0 1rem;
    }
}
@media (max-width: 768px) {
    .swiper_js .cards {
        min-height: 400px;
        max-height: 400px;
        height: 55dvh;
    }
    .swiper_js .cards {
        gap: 0;
    }
    .swiper_js .card {
        gap: 2rem;
    }
}
@media (max-width: 650px) {
    .swiper_js .cards {
        min-height: 380px;
        max-height: 380px;
    }
}
@media (max-width: 600px) {
    .swiper_js .cards {
        min-width: 800px;
    }
}
@media (max-width: 480px) {
    .swiper_js .cards {
        min-width: 700px;
    }
    .swiper_js .cards {
        min-height: 330px;
        max-height: 330px;
        height: 45dvh;
    }
}