.swiper {
  width: 100%;
  height: 100%;
}

.swiper-slide {
  width: 100%;
  display: flex;
}
.swiper-slide .left {
  width: 65%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding-top: 36px;
  z-index: 100;
}
.swiper-slide .left .p1 {
  font-family: Inter, Inter;
  font-weight: bold;
  font-size: 64px;
  color: #000000;
  line-height: 90px;
  text-align: left;
  font-style: normal;
  text-transform: none;
  margin-bottom: 40px;
}
.swiper-slide .left .p2 {
    width: 90%;
  font-family: Inter, Inter;
  font-weight: 400;
  font-size: 32px;
  color: #555555;
  line-height: 45px;
  text-align: left;
  font-style: normal;
  text-transform: none;
  margin-bottom: 80px;
}
.swiper-slide .left .down {
  display: flex;
  align-items: center;
}
.swiper-slide .left .down img {
  width: 203px;
  height: 60px;
  margin-right: 40px;
}
.swiper-slide .right {
  height: 600px;
  width: 600px;
  position: absolute;
  right: 0;
  
}
