<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.content-instruction {
  margin: 100px 0px;
  background-color: #c04229;
  color: white!important;
  border-radius: 40px;
  position: relative;
  z-index: 2;
  padding: 50px 100px 180px 100px;
}

.instruction-title {
  margin-bottom: 3rem;
  font-size: 2rem;
}

.instruction-topic {
  background-color: #13385a;
  padding: .5rem .5rem;
  border-radius: .5rem;
}

.instruction-text-300 li {
  font-weight: 300;
  font-size: 1rem;
  font-style: normal;
  line-height: 1.8;
  letter-spacing: normal;
}

.instruction-text-500 {
  margin-top: 2rem;
  font-weight: 500;
  font-size: 1.2rem;
}

.instruction-hilight-500 {
  font-weight: 500;
  font-size: 1.35rem;
}

.instruction-none-500 {
  font-weight: 500;
  font-size: 1.2rem;
  list-style-type: none;
}

.instruction-img-float {
  z-index: 2;
  position: absolute;
  width: 25%;
  right: 10%;
  top: 5%;
}

.charecter-1 {
  float: left;
  left: 0px;
  z-index: 2;
  margin-left: -60px;
  margin-top: -299px;
  height: 100%;
  max-height: 250px;
}

.charecter-2 {
  z-index: 2;
  float: right;
  margin-right: 15%;
  margin-top: 30px;
  height: 100%;
  max-height: 200px;
}

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

}

@media screen and (max-width: 992px) {
  .content-instruction {
    padding: 50px 70px 180px 70px;
  }

  .charecter-1 {
    margin-left: -40px;
    margin-top: -200px;
    max-height: 150px;
  }

  .instruction-detail {
    line-height: 2.3rem;
  }
}

@media screen and (max-width: 767px) {
  .content-instruction {
    margin: 150px 0px;
    padding: 50px 50px 180px 50px;
  }

  .charecter-1 {
    float:none;
    /* right:auto; */
    position: relative;
    display: block;
    margin: -200px auto 50px auto!important;
    /* margin-top: -200px; */
    max-height: 150px;
  }

  .charecter-2 {
    margin-top: 20px;
    max-height: 250px;
  }
}

@media screen and (max-width: 400px) {
  .content-instruction {
    padding: 50px 30px 180px 30px;
  }
}
</pre></body></html>