/* ---Descipt--- */

.about-us {
  text-align: center;
  font-family: "Noto Serif TC", serif;
  /* background-color: red; */
  letter-spacing: 0.7vw;
  line-height: 5vh;
  padding: 10%;
  margin-bottom: 10%;
}

.about-us h2 {
  color: #73C7C8;
  font-weight: 700;
  font-size: 4vw;
}

.about-us h3 {
  margin-top: 2%;
  color: #73C7C8;
  font-weight: 300;
  font-size: 3vw;
  line-height: 3vh;
}
.about-us h3:nth-child(2){
  margin-top: 7%;
}