.modular1 .swiper-slide {
  display: flex;
}

.fp-section.s13{
  height: auto !important;
}

.modular1 .swiper-slide .left {
  width: 50%;
  height: 540px;
  position: relative;
}

.modular1 .swiper-slide .right {
  position: relative;
  flex: 1;
  padding: 80px;
  background: #1aa345;
  color: #fff;
  font-size: 24px;

    left: 0;
    padding-right: 0;
    text-align: left;
    top: 0;
    z-index: 3;
    transition: 0.8s;
    width: auto;
}

.modular1 .swiper-slide .right dd {
  line-height: 2;
}

.modular1 .swiper-slide .right .tit {
  font-size: 30px;
  border: 1px solid #fff;
  border-left: 0;
  border-right: 0;
  padding: 0.5em 0;
  margin-bottom: 1em;
}

.modular1 .swiper-slide img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.modular1 .swiper-button-next,
.modular1 .swiper-button-prev {
  background-color: #006a10;
  padding: 3em 2em;
  transform: translate(-100%, -50%) scale(0.25);
  left: 0;
  top: 50%;
  margin-top: 0;
}

.modular1 .swiper-button-next {
  left: auto;
  right: 0;
  transform: translate(100%, -50%) scale(0.25);
}

.modular1 .swiper-container {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.modular1 .title {
  font-size: 48px;
  color: #1aa345;
  text-align: center;
  margin-bottom: 1em;
}

.modular1 {
  height: 100vh;
 display: flex;
 align-items: center;
 transform: translate(0,-5%);
}

.swiper-box {
  position: relative;
}

.wrap {
  width: 1440px;
  max-width: 90%;
  margin: auto;
}

@media screen and (max-width: 1440px) {
  .modular1 .title {
    font-size: 36px;
  }
  .modular1 .swiper-slide .right .tit {
    font-size: 24px;
  }
  .modular1 .swiper-slide .right {
    font-size: 20px;
    padding: 60px;
  }
  .modular1 .swiper-slide .left {
    height: 480px;
  }
  .modular1 {
    height: auto;
   display: flex;
   align-items: center;
   transform: translate(0,0);
   padding: 5% 0;
  }
}

@media screen and (max-width: 768px) {
  .modular1 .title {
    font-size: 30px;
  }
  .modular1 .swiper-slide .right .tit {
    font-size: 20px;
  }
  .modular1 .swiper-slide .right {
    font-size: 16px;
    padding: 40px;
  }
  .modular1 .swiper-slide .left {
    height: 360px;
  }

  .modular1 .swiper-button-next,
  .modular1 .swiper-button-prev {
    transform: translate(-50%, -50%) scale(0.25);
  }

  .modular1 .swiper-button-next {
    transform: translate(50%, -50%) scale(0.25);
  }
}

@media screen and (max-width: 480px) {
  .modular1 .title {
    font-size: 24px;
  }
  .modular1 .swiper-slide .right .tit {
    font-size: 16px;
  }
  .modular1 .swiper-slide .right {
    font-size: 14px;
    padding: 20px;
  }
  .modular1 .swiper-slide .left {
    height: 240px;
  }
  .modular1 .swiper-slide {
    flex-direction: column;
  }
  .modular1 .swiper-slide .left {
    width: 100%;
    height: 240px;
  }
}