.custom_slider.style3 .swiper-slide {
    display: flex;
    align-content: center;
    align-items: center;
    justify-content: center;
    width: 20%;
    width: calc(20% - 20px);
    text-align: center;
    /*max-width: 1400px;*/
}
.custom_slider.style3 .swiper-slide a{ text-decoration:none; }
.custom_slider.style3 .swiper-wrapper {
    display: flex;
    gap: 20px;
}
.custom_slider.style3 .swiper-slide h3{ font-size:22px; }
.custom_slider.style3 .swiper-slide p{ font-size:18px; }


@media only screen and (min-width: 768px) {


    .custom_slider.style3 .swiper-slide.slide_1 img,
    .custom_slider.style3 .swiper-slide.slide_5 img {
        transform: scale(0.6);
    }

    .custom_slider.style3 .swiper-slide.slide_2 {    position: relative;    left: -20px;    top: 40px;}
    .custom_slider.style3 .swiper-slide.slide_4 {    position: relative;    right: -20px;    top: 40px;}

    .custom_slider.style3 img {
        min-height: 320px;
        object-fit: cover;
        width: 100%;
        border-radius: 20px;
        border: 1px solid #EEE;
    }
    .custom_slider.style3 .swiper-slide .elementor-slide-description, .custom_slider.style3 .swiper-slide h3 {
        max-width: 90%;
        margin: 0 auto;
        margin-top: 20px;
    }
    .custom_slider.style3 .swiper-slide.slide_2 img, .custom_slider.style3 .swiper-slide.slide_4 img {
        transform: scale(0.8);
        position: relative;
        margin-top: 90px;
    }
    .custom_slider.style3 .swiper-slide.slide_3 {
        /*transform: scale(1.2);*/
        position: relative;
        top: 240px;
    }
    .custom_slider.style3 .swiper-slide.slide_3 img {
        transform: scale(1.2);
        margin-bottom: 40px;
    }
    .custom_slider.style3 .swiper-slide.slide_1 h3, .custom_slider.style3 .swiper-slide.slide_5 h3 {
        position: relative;
        top: -60px;
    }
    .custom_slider.style3 .swiper-slide.slide_2 h3, .custom_slider.style3 .swiper-slide.slide_4 h3 {
        position: relative;
        top: -30px;
    }
}

@media only screen and (max-width: 767px) {
    .custom_slider.style3 .swiper-slide {
        width: auto;
        text-align: center;
    }
}
@media only screen and (max-width: 480px) {
    .custom_slider.style3 .swiper-slide {
        width: 240px;
        text-align: center;
    }
}




.mobile_style_3 .swiper-slide {
      background-position: center;
      background-size: cover;
    }

.mobile_style_3 .swiper-slide img {
  display: block;
  width: 100%;
}
.mobile_style_3.swiper-3d .swiper-slide-shadow-left {
    background-image: none;
}
.mobile_style_3.swiper-3d .swiper-slide-shadow-right {
    background-image: none;
}
.mobile_style_3 .swiper-pagination  {
    bottom: -20px;
}