#wrapper .introduce-home-sec {
  padding-top: 70px;
  padding-bottom: 70px;
}

#wrapper .introduce-home-sec p {
  font-size: 18px;
  line-height: 1.4;
  font-weight: 400;
  color: #000000;
}

#wrapper .introduce-home-sec .button span {
  font-size: 18px;
  line-height: 1.4;
  font-weight: 700;
}

#wrapper .typical-numbers-sec {
  padding-top: 40px;
  padding-bottom: 40px;
}

#wrapper .typical-numbers-sec h2 {
  font-size: 35px;
  line-height: 1.4;
  font-weight: 700;
  margin-bottom: 40px;
}

#wrapper .typical-numbers-sec .count-wrapper-home h2 {
  font-size: 40px;
  font-weight: 700;
  line-height: 1.4;
  margin-bottom: 0;
}

#wrapper .typical-numbers-sec .count-wrapper-home p {
  font-size: 20px;
  font-weight: 400;
}

#wrapper .why-choose-home-sec {
  padding-top: 70px;
  padding-bottom: 70px;
}

#wrapper .why-choose-home-sec h2 {
  font-size: 48px;
  line-height: 1.4;
  font-weight: 700;
  margin-bottom: 40px;
  color: #30358B;
}

#wrapper .why-choose-home-sec .img {
  width: 121px;
  height: 121px;
  margin: 0 auto 20px;
}

#wrapper .why-choose-home-sec h3 {
  font-size: 25px;
  line-height: 1.4;
  font-weight: 700;
  color: #002060;
  margin-bottom: 8px;
}
#wrapper .why-choose-home-sec p {
  font-size: 18px;
  line-height: 1.4;
  font-weight: 400;
  color: #767676;
}

#wrapper .solution-home-sec {
  padding: 40px 0;
}

#wrapper .solution-home-sec h2 {
  font-size: 35px;
  line-height: 1.4;
  font-weight: 700;
  color: #232529;
}

#wrapper .solution-home-sec .row:first-child {
  margin-bottom: 20px;
}

#wrapper .solution-home-card > .col-inner {
  background-color: rgba(255, 255, 255, 0.65);
  border-radius: 8px;
  padding: 32px 12px 20px;
  position: relative;
}

#wrapper .solution-home-card > .col-inner::before {
  content: '';
  position: absolute;
  top: 12px;
  left: 50%;
  transform: translateX(-50%);
  width: 40px;
  height: 4px;
  background-color: #289F49;
}

#wrapper .solution-home-card p {
  font-weight: 700;
  font-size: 18px;
  line-height: 1.4;
  color: #000000;
}

#wrapper .solution-home-card p strong {
  font-size: 50px;
  line-height: 1;
  color: rgba(50, 50, 50, 0.33);
  font-weight: 700;
}

#wrapper .solution-home-card .text {
  display: flex;
  justify-content: space-between;
  align-items: start;
}

#wrapper .solution-home-card img {
  border-radius: 12px;
}

#wrapper .explore-home-sec {
  padding: 70px 0;
}

#wrapper .explore-home-sec .box {
  background: rgba(255, 255, 255, 1);
  border-radius: 8px;
  box-shadow: -2px 2px 8.3px 0px rgba(0, 0, 0, 0.09);
  padding: 12px;
}

#wrapper .explore-home-sec .col-inner {
  padding: 0 !important;
}

#wrapper .explore-home-sec h2 {
  font-size: 35px;
  font-weight: 700;
  line-height: 1.4;
}

#wrapper .explore-home-sec p {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.4;
  color: #767676;
}

#wrapper .explore-home-sec .button span {
  font-size: 18px;
  line-height: 1.4;
  font-weight: 700;
}

#wrapper .explore-home-sec .box img {
  border-radius: 12px;
}

#wrapper .explore-home-sec .box-text {
  padding: 20px 18px;
}

#wrapper .explore-home-sec .box h4 {
  font-size: 18px;
  line-height: 1.4;
  font-weight: 700;
}

#wrapper .explore-our-home .col:nth-child(2) {
  margin-top: 65px;
}

#wrapper .explore-our-home .col:nth-child(3) {
  padding-left: 73px;
}

#wrapper .our-customer-sec {
  padding: 40px 0;
}

#wrapper .our-customer-sec .flickity-viewport {
  height: 152px !important;
}

#wrapper .our-customer-sec .flickity-viewport img {
  height: 152px !important;
  max-width: 80%;
  display: block;
  object-fit: contain;
  margin: 0 auto;
}

#wrapper .our-customer-sec .button {
  margin-bottom: 0;
}

#wrapper .new-and-event {
  padding: 70px 0;
}

#wrapper .new-and-event h2 {
  font-size: 35px;
  line-height: 1.4;
  font-weight: 700;
  margin-bottom: 30px;
  color: #232529;
}

.product-hightlight-home .col:first-child .col-inner {
  height: 100%;
  display: flex;
  align-items: start;
  flex-direction: column;
  justify-content: center;
}

#main .product-hightlight-home h2 {
  font-size: 35px;
  font-weight: 700;
  margin-bottom: 29px;
  color: #232529;
}

#main .product-hightlight-home p {
  font-size: 25px;
  line-height: 1.4;
  font-weight: 400;
  color: #333333;
}

#main .product-hightlight-home .video {
  border-radius: 16px;
}

@media (max-width: 767px) {
  #wrapper .new-and-event {
    padding: 50px 0;
  }
  #wrapper .introduce-home-sec {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  #wrapper .typical-numbers-sec h2 {
    margin-top: 0;
    margin-bottom: 20px;
  }
  #wrapper .typical-numbers-sec .count-wrapper-home p {
    font-size: 16px;
  }
  #wrapper .typical-numbers-sec .count-wrapper-home h2 {
    font-size: 38px;
  }
  #wrapper .why-choose-home-sec h2 {
    font-size: 32px;
    margin-top: 0;
  }
  #main .why-choose-home .col p {
    font-size: 18px;
  }
  #wrapper .why-choose-home-sec {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  #wrapper .why-choose-home .col-inner {
    padding-top: 0;
  }
  #wrapper .solution-home-sec h2 {
    font-size: 32px;
    margin-top: 0;
  }
  #wrapper .solution-home-card {
    margin-bottom: 30px;
  }
  #wrapper .solution-home-sec .row:first-child {
    margin-bottom: 0;
  }
  #wrapper .explore-our-home {
    flex-direction: column-reverse;
  }
  #wrapper .explore-our-home .col:nth-child(3) {
    padding-left: 15px;
  }
  #wrapper .explore-our-home .col:nth-child(2) {
    margin-top: 0;
    margin-bottom: 20px;
  }
  #wrapper .new-and-event h2 {
    font-size: 32px;
  }
  #main .product-hightlight-home h2 {
    font-size: 32px;
  }
  #main .product-hightlight-home p {
    font-size: 20px;
  }
}