.wrapper {
  margin: auto;
}

.information-section1 .wrapper iframe {
  width: 880px;
  height: 500px;
  margin-top: 100px;
}

.information-section2 .wrapper .information_img {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-end;
  width: 1531px;
  margin-bottom: 70px;
}

.information-section2 .wrapper .information_img img {
  width: 35.72%;
}

.information-section2 .wrapper .information_img img:nth-child(1) {
  width: 15.7%;
}

.information-section2 .wrapper div {
  font-family: "SF Pro SC Bold";
  font-size: 32px;
  font-weight: bold;
  color: #4edfe2;
  text-align: center;
  line-height: 58px;
  letter-spacing: 2px;
}

.information-section2 .wrapper p {
  font-size: 24px;
  color: rgba(255, 255, 255, 0.9);
  text-align: center;
  line-height: 58px;
  letter-spacing: 2px;
  font-weight: 300;
}

.information-section3 {
  flex-direction: column;
}

.information-section3::after {
  position: absolute;
  right: 0;
  bottom: 100px;
  left: 0;
  content: "";
  width: 100%;
  height: 1px;
  background-color: #7c4043;
}

.information-section3 .title {
  font-size: 42px;
  color: rgba(255, 255, 255, 0.9);
  text-align: center;
  line-height: 70px;
}

.information-section3 .wrapper ul {
  width: 604px;
  height: 438px;
  padding: 0 4px;
  margin-top: 20px;
  overflow: hidden;
}

.information-section3 .wrapper ul li {
  display: flex;
  position: relative;
  font-size: 26px;
  color: #51f4f8;
  line-height: 74px;
  animation: animation1 3s linear infinite both;
  border-left: 2px solid #51f4f8;
}

.information-section3 .wrapper ul li::after {
  position: absolute;
  content: "";
  top: 50%;
  left: -5px;
  transform: translateY(-50%);
  width: 8px;
  height: 8px;
  background-color: #51f4f8;
  border-radius: 8px;
}

.information-section3 .wrapper ul li span {
  width: 120px;
  min-width: 120px;
  margin: 0 43px 0 25px;
  font-size: 18px;
}

.information-section3 .wrapper ul li div {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

@keyframes animation1 {
  100% {
    transform: translate3d(0, -100%, 0);
  }
}

@media (max-width: 767px) {
  .information-section1 .wrapper iframe {
    width: 335px;
    height: 230px;
  }

  .information-section2 .wrapper .information_img {
    flex-direction: column;
    width: 100%;
    align-items: center;
  }
  .information-section2 .wrapper {
    line-height: 34px;
  }
  .information-section2 .wrapper div {
    font-size: 16px;
  }

  .information-section2 .wrapper .information_img img {
    width: 90%;
    margin-bottom: 40px;
  }

  .information-section2 .wrapper .information_img img:nth-child(1) {
    width: 50%;
  }

  .information-section2 .wrapper p {
    font-size: 12px;
    line-height: 24px;
    letter-spacing: 1px;
  }

  .information-section3 {
    flex-direction: column;
    margin-top: 50px;
    font-size: 22px;
  }
  .information-section3 .title {
    font-size: 21px;
  }
  .information-section3 .wrapper ul {
    width: 345px;
    height: 300px;
    margin-top: 45px;
  }

  .information-section3 .wrapper ul li {
    font-size: 14px;
    line-height: 35px;
  }

  .information-section3 .wrapper ul li span {
    margin: 0 0px 0 10px;
    font-size: 14px;
    width: 110px;
    min-width: 110px;
  }
}
