
.gradient-bg{
  background: rgb(255,255,255);
background: radial-gradient(circle, rgba(255,255,255,0.5172269591430323) 0%, rgba(255,255,255,0.4247899843531162) 36%, rgba(255,255,255,0) 100%);
}
.swiper {
  width: 30%;
  height: 50%;
}

.swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}

.swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}


[x-cloak] {
  display: none;
}