.wrapper {
  background: url("../img/bg_text.png");
}

.wrapper .q_title {
  color: #5C2700;
  font-weight: bold;
  font-size: 40px;
  padding-bottom: 20px;
}

.wrapper .q_text {
  font-weight: bold;
  font-size: 24px;
  text-align: left;
}

.wrapper .a_title {
  color: #5C2700;
  font-weight: bold;
  font-size: 30px;
  margin-bottom: 20px;
  border-bottom: 2px solid #5C2700;
  padding-bottom: 5px;
  text-align: left;
}

.wrapper .a_text {
  font-weight: bold;
  font-size: 16px;
  text-align: left;
}

.wrapper .box-result {
  border: 2px solid #5C2700;
}

.wrapper .box-result .r_title {
  background: #5C2700;
  color: #fff;
  font-weight: bold;
  text-align: center;
  font-size: 30px;
}

.wrapper .box-result .r_text {
  color: #5C2700;
  font-weight: bold;
  font-size: 46px;
  padding: 50px 30px;
  text-align: center;
}
