.swiper_js {
box-sizing: content-box;
}
.swiper_js .swiper {
width: 100%;
overflow: visible;
margin: 2rem 0;
} .swiper_js .swiper-wrapper {
min-width: 868px;
position: relative;
width: 90%;
display: -webkit-box;
display: -ms-flexbox;
display: flex;  height: 0;
}
.swiper_js .swiper-slide {
width: 30%;
margin: 0 2rem;
} .swiper {
min-height: calc(850px + 4rem);
max-height: calc(850px + 4rem);
}
.swiper_js .swiper-slide {
min-height: 850px;
max-height: 850px;
}
.swiper .lawyer_border {
min-height: 100%;
height: 100%;
position: relative;
}
.lawyer_link {
width: 100%;
height: 100%;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-transition: -webkit-transform .3s ease !important;
transition: -webkit-transform .3s ease !important;
-o-transition: transform .3s ease !important;
transition: transform .3s ease !important;
transition: transform .3s ease, -webkit-transform .3s ease !important;
}
.swiper-slide .lawyer_link:hover {
-webkit-transform: scale(1.2) !important; 
-ms-transform: scale(1.2) !important; 
transform: scale(1.2) !important;
}
.swiper-slide-prev .lawyer_link:hover,
.swiper-slide-next .lawyer_link:hover { 
-webkit-transform: scale(1.1) !important; 
-ms-transform: scale(1.1) !important; 
transform: scale(1.1) !important;
}
.swiper_js .lawyer_img_box {
position: absolute;
left: 50%;
-webkit-transform: translateX(-50%);
-ms-transform: translateX(-50%);
transform: translateX(-50%);
}
.swiper_js .lawyer_text {
margin: 2rem 0;
} @media (max-width: 2200px) {
.swiper {
min-height: calc(800px + 4rem);
max-height: calc(800px + 4rem);
}
.swiper_js .swiper-slide {
min-height: 800px;
max-height: 800px;
}
}
@media (max-width: 2000px) {
.swiper {
min-height: calc(720px + 4rem);
max-height: calc(720px + 4rem);
}
.swiper_js .swiper-slide {
min-height: 720px;
max-height: 720px;
}
}
@media (max-width: 1800px) {
.swiper {
min-height: calc(620px + 4rem);
max-height: calc(620px + 4rem);
}
.swiper_js .swiper-slide {
min-height: 620px;
max-height: 620px;
}
}
@media (max-width: 1600px) {
.swiper {
min-height: calc(550px + 4rem);
max-height: calc(550px + 4rem);
}
.swiper_js .swiper-slide {
min-height: 550px;
max-height: 550px;
}
}
@media (max-width: 1500px) {
.swiper_js .card {
gap: 1.5rem;
}
}
@media (max-width: 1400px) {
.swiper {
min-height: calc(480px + 2rem);
max-height: calc(480px + 2rem);
}
.swiper_js .swiper-slide {
min-height: 480px;
max-height: 480px;
}
}
@media (max-width: 1200px) {
.swiper {
min-height: calc(420px + 2rem);
max-height: calc(420px + 2rem);
}
.swiper_js .swiper-slide {
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 {
gap: 0;
}
.swiper_js .card {
gap: 2rem;
}
}
@media (max-width: 650px) {
.swiper {
min-height: calc(380px + 2rem);
max-height: calc(380px + 2rem);
}
.swiper_js .swiper-slide {
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 .swiper-slide {
min-height: 340px;
max-height: 340px;
}
}