h1,
h2,
h3 {
  margin: 0;
}

#TopText {
  position: relative;
  z-index: 3;
}

#TopView h2 {
  margin: 0 1%;
  font-size: 27px;
}

#Other {
  margin: 5% 0 5% 5%;
}

#TopText h1 {
  font-size: 30px;
  background: linear-gradient(180deg, #BE510A 60%, #CD8250 75%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

#TopText p {
  font-size: 18px;
}


.Other-title {
  display: flex;
  align-items: baseline;
  gap: 10px;
  font-family: 'Arial', sans-serif;
  margin-top: 6%;
}

.Other-title h1 {
  font-size: 95px;
  font-weight: bold;
  color: #E3955D;
  font-style: italic;
}

.Other-title h3 {
  background-image: url(../../../img/common/listIcon/common.png);
  background-repeat: no-repeat;
  background-position: left center;
  background-size: 33px auto;
  padding-left: 46px;
  margin-left: 5px;
  font-size: 33px;
}

#Other p {
  font-size: 18px;
  margin-left: 2px;
}

#Other ul {
  margin-top: 7%;
  padding: 0 0 0 2%;
}

#Other li {
  font-size: 18px;
  list-style: none;
  background-image: url(../../../img/common/listIcon/Others.png);
  background-repeat: no-repeat;
  background-position: left center;
  background-size: 28px auto;
  padding-left: 35px;
  line-height: 2.2;
  text-decoration: underline;
}

.en-title {
  font-size: 27px;
  font-style: italic;
  font-weight: bold;
  background: linear-gradient(160deg, #F5CBA2 10%, #F8DEAB 30%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}


@media screen and (max-width: 768px) {

  #TopView-Text {
    bottom: -39%;
    left: 3%;
  }

  #TopView-Text h1 {
    font-size: 46px;
  }

  #TopView-Text h2 {
    font-size: 24px;
  }


  #TopText {
    margin: 0 auto;
    width: 92%;
    top: 43%;
  }

  #TopText h1,
  #TopText h2 {
    font-size: 23px;
  }

  #TopText p {
    width: 100%;
    font-size: 18px;
  }

  .Center-text {
    font-size: 125px;
  }


  #Other {
    margin: 0 5%;
  }

  #Other-contents {
    margin: 0 auto;
    width: 90%;
  }

  .Other-title {
    gap: 0;
    flex-direction: column;
  }

  .Other-title h1 {
    font-size: 50px;
  }

  .Other-title h3 {
    font-size: 22px;
    background-size: 20px auto;
    padding-left: 25px;
    margin: 0;
  }

  .en-title {
    font-size: 20px;
  }

  #Other p {
    font-size: 18px;
  }

  #Other li {
    font-size: 17px;
    background-size: 22px auto;
    padding-left: 30px;
  }

}