.elementor-widget-reviews.elementor-pagination-type-bullets .swiper {
}
.swiper-school .swiper-slide {
	padding:15px;
	height: auto;
	overflow: visible;
}
.swiper-school .swiper-slide > .card {
	box-shadow: 0 5px 10px rgb(0 0 0 / 5%);
    height: 100%;
    transition: all 0.3s ease;
}
.swiper-school .swiper-slide:hover > .card {
    box-shadow: 0 10px 20px rgb(0 0 0 / 18%);
}
.swiper-school .swiper-slide:hover { 
    z-index:3;
}


.single-content .swiper-studiesup .swiper-wrapper {
    justify-content: stretch;
    align-items: center;
    max-height: 1024px;
}