.set {
  margin: 0 auto;
  text-align: center;
}

.swiper-left {
  width: 1200px;
  display: inline-block;
  position: relative;
  padding-left: 441px;
  border-radius: 10px;
  font-size: 14px;
  color: #8FC21E;
  overflow: hidden;
}

.swiper-container-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 15px 0;
}

.swiper-container {
  width: 100%;
  height: 100%;
}

.swiper-slide {
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.swiper-container-vertical > .swiper-pagination-bullets {
  /*top: 70%;*/
  right: 18px;
  border-radius: 50%;
}

.swiper-pagination-bullet-active {
  background: #8FC21E;
  border-radius: 50%;
}

.swiper-slide img {
  width: 100%;
  height: 100%;
}

.swiper-bottom {
  position: relative;
  width: 760px;
  height: 534px;
  z-index: 0;
  background-color: #F5F5F5;
  border-radius: 10px;
}

.swiper-bottom-rad {
  border-radius: 10px;
}

.swiper-top {
  border-radius: 10px;
  position: absolute;
  width: 500px;
  height: 474px;
  top: 6%;
  left: 0;
  overflow: hidden;
  z-index: 1;
  border: 1px solid #91C218;
}

.swiper-top .swiper-top-text {
  position: relative;
}

.swiper-top .swiper-top-text img {
  width: 500px;
  height: 474px;
}

.swiper-top .swiper-top-text .text-message {
  width: 291px;
  margin: 75px 0 0 135px;
  position: absolute;
  font-size: 24px;
  color: black;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  text-align: justify;
}

.swiper-top .swiper-top-text .text-message p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.swiper-top .swiper-top-text .text-message p:nth-child(1) {
  font-size: 36px;
  font-weight: normal;
  color: #8fc21e;
}

.swiper-top .swiper-top-text .text-message p:nth-child(2) {
  font-size: 28px;
  font-weight: normal;
  color: #373534;
  margin-bottom: 52px;
}

.swiper-top .swiper-top-text .text-message p:nth-child(3) {
  width: 280px;
  margin: 0 auto;
  font-size: 16px;
  font-weight: 500;
  color: #333333;
  line-height: 24px;
}

.swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  border-radius: 10px;
}
