.swiper-slide {
  border-radius: 28px;
  overflow: hidden;
  /* 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;
}

.swiper {
  width: 90%;
  height: 50%;
}

.swiper-slide {
  text-align: center;
  font-size: 1vw;
  background: #fff;
}

.swiper-slide img {
  width: 100%;
  object-fit: cover;
  background-size: 10%;

  display: block;
  border-radius: 28px;
  background-position: center center;
  overflow: hidden;
  position: relative;
}

@media screen and (max-width: 2440px) {
  .swiper-slide img {
    height: 200px;
    width: 200px;
  }
  .swiper-slide {
    font-size: 1vw;
  }
}

@media screen and (max-width: 1040px) {
  .swiper-slide img {
    height: 200px;
    width: 200px;
  }
  .swiper-slide {
    font-size: 1.5vw;
  }
}

@media screen and (max-width: 600px) {
  .swiper-slide img {
    height: 100px;
    width: 100px;
  }
  .swiper-slide {
    font-size: 2vw;
  }
}

.container-image {
  position: relative;
  text-align: center;
  color: white;
  height: 300px;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 3px solid
}