:root {
  --white: white;
  --black: black;
}

.div-block {
  background-color: #0000;
  align-items: center;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  padding-top: 40px;
  display: block;
}

.body {
  background-color: #0000;
  font-family: Noto Sans TC, sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 30px;
}

.text-block {
  direction: ltr;
  color: #333;
  text-align: center;
  letter-spacing: 5px;
  text-indent: 0;
  text-transform: none;
  column-count: auto;
  padding: 20px;
  font-family: Dela Gothic One, sans-serif;
  font-size: 50px;
  line-height: 50px;
}

.div-block-2 {
  background-color: #ffb900;
  width: 100%;
  max-width: none;
  height: 3px;
  max-height: none;
  margin-left: auto;
  margin-right: auto;
}

.button {
  text-align: center;
  background-color: #ffb900;
  border-radius: 10px;
  width: 300px;
  margin: 20px auto;
  padding-top: 15px;
  padding-bottom: 15px;
  font-family: Potta One, sans-serif;
  font-size: 30px;
  font-weight: 400;
  line-height: 30px;
  display: block;
}

.text-block-2 {
  color: #333;
  text-align: center;
  padding: 10px;
  font-family: Noto Sans TC, sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 30px;
}

.columns {
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
}

.grid {
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-template-areas: "Area";
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
}

.columns-2 {
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 40px;
}

.columns-2._1 {
  padding-bottom: 40px;
}

.div-block-3 {
  background-color: #fff;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding: 15px;
  display: flex;
}

.image {
  padding: 0;
}

.button-2 {
  text-align: center;
  background-color: #4a8aac;
  border-radius: 10px;
  margin-left: auto;
  margin-right: auto;
  font-family: Open Sans, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 30px;
}

.text-block-3 {
  color: #333;
  text-align: center;
  padding: 10px;
  font-family: Open Sans, sans-serif;
  font-size: 20px;
  font-weight: 600;
  line-height: 30px;
}

.link-block {
  color: #333;
  background-color: #fff;
  border: 1px solid #0000001a;
  height: auto;
  margin-top: 10px;
  margin-bottom: 10px;
  padding: 15px;
  text-decoration: none;
}

.link-block:hover {
  transform: translate(-3px, -3px);
  box-shadow: 1px 1px 5px #0000004d;
}

.text-block-4 {
  color: #fff;
  text-align: center;
  background-color: #4a8aac;
  border-radius: 10px;
  width: 150px;
  margin-left: auto;
  margin-right: auto;
  padding: 10px;
  font-size: 20px;
  line-height: 30px;
}

.section, .section-2, .section-3, .section-4, .section-5, .section-6 {
  background-color: #f4f4f4;
}

.section-7 {
  background-color: #f4f4f4;
  padding-top: 40px;
  padding-bottom: 0;
  padding-right: 0;
}

.text-block-5 {
  text-align: center;
  justify-content: center;
  align-items: center;
  padding: 10px;
  display: flex;
}

.div-block-4 {
  padding-top: 40px;
}

.paragraph {
  margin-bottom: 10px;
  font-size: 14px;
  font-weight: 400;
}

.div-block-5 {
  background-color: #fff;
  border: 1px solid #0000001a;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  margin-top: 10px;
  margin-bottom: 10px;
  padding: 15px;
  display: flex;
}

.div-block-5:hover {
  transform: translate(-3px, -3px);
  box-shadow: 1px 1px 5px #0003;
}

.link, .link-2 {
  text-decoration: none;
}

.text-block-6 {
  text-align: center;
  font-size: 14px;
}

.div-block-6 {
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 20px;
}

.paragraph-copy {
  text-align: center;
  font-size: 14px;
  font-weight: 400;
}

.text-block-3-copy {
  color: #333;
  text-align: center;
  padding: 10px;
  font-family: Open Sans, sans-serif;
  font-size: 20px;
  font-weight: 600;
  line-height: 30px;
}

@media screen and (max-width: 479px) {
  .button {
    width: 300px;
  }
}


