#testtop.swiper-container,
#swiperwithgrid .elementor-column-wrap{
  height: 503px;
}

#testtop .swiper-slide-test {
  text-align: center;
  font-size: 18px;
  background: #fff;

  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
#testtop .swiper-pagination-bullet {
  width: 20px;
  height: 20px;
  text-align: center;
  line-height: 20px;
  font-size: 12px;
  color: #000;
  opacity: 1;
  background: rgba(0, 0, 0, 0.2);
}

#testtop .swiper-pagination-bullet-active {
  color: #fff;
  background: #007aff;
}

#swipernogrid .elementor-widget-wrap {
  flex-wrap: nowrap !important;
}

#swiperwithgrid .elementor-widget-wrap {
  flex-direction: column;
}

#testtop .swiper-slide-test,
#swipernogrid .elementor-widget-icon-box {
  text-align: center;
  font-size: 18px;
  background: #fff;

  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}

#testtop .swiper-slide-test img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
/* #testonly .elementor-widget-icon-box {
  height: calc((100% - 30px) / 2) !important;
} */
/* #konsortialpartner .swiper {
  height: 630px;
} */

#newsgridOFF > .elementor-widget-container{
  height: 1200px;
}
#newsgridOFF > .elementor-widget-container > .elementor-loop-container{
  flex-wrap: wrap;
  /* flex-direction: column; */
}
