.swiper-content-why {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}

.swiper-container {
  width: 240px;
  height: 320px;
}

.FirstMySwiper .swiper-slide {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 18px;
  font-size: 22px;
  font-weight: bold;
  color: #fff;
}

.FirstMySwiper .swiper-slide img{
  width: 100%;
  height: 100%;
}
.FirstMySwiper .swiper-slide:nth-child(1n) {
  background-color: rgb(206, 17, 17);
}

.FirstMySwiper .swiper-slide:nth-child(2n) {
  background-color: rgb(0, 140, 255);
}

.FirstMySwiper .swiper-slide:nth-child(3n) {
  background-color: rgb(10, 184, 111);
}

.FirstMySwiper .swiper-slide:nth-child(4n) {
  background-color: rgb(211, 122, 7);
}

.FirstMySwiper .swiper-slide:nth-child(5n) {
  background-color: rgb(118, 163, 12);
}

.FirstMySwiper .swiper-slide:nth-child(6n) {
  background-color: rgb(180, 10, 47);
}

.FirstMySwiper .swiper-slide:nth-child(7n) {
  background-color: rgb(35, 99, 19);
}

.FirstMySwiper .swiper-slide:nth-child(8n) {
  background-color: rgb(0, 68, 255);
}

.FirstMySwiper .swiper-slide:nth-child(9n) {
  background-color: rgb(218, 12, 218);
}

.FirstMySwiper .swiper-slide:nth-child(10n) {
  background-color: rgb(54, 94, 77);
}





/* second swiper */

/* swiper start */

.swiper {
  width: 100%;
  padding-top: 50px;
  padding-bottom: 50px;
}

.mySwiper .swiper-slide {
  background-position: center;
  background-size: cover;
  width: 280px;
  height: 500px;
  border-radius: 10px;
}

.mySwiper .swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 10px;
}

/* swiper end here */
