#content h2 {
  margin-bottom: 16px;
  font-family: s;
  font-weight: 600;
  font-size: 24px;
  color: #333333;
}
#content .cont_text h3 {
  margin-bottom: 16px;
  font-family: s;
  font-weight: 600;
  font-size: 16px;
  color: #333333;
}
#content .cont_text p {
  margin-bottom: 16px;
  font-family: m;
  font-weight: 500;
  font-size: 14px;
  color: #666666;
  line-height: 21px;
}
#content form input {
  width: 100%;
  height: 56px;
  background: #F6F6F6;
  border-radius: 8px 8px 8px 8px;
  font-family: m;
  font-weight: 400;
  font-size: 18px;
  color: #999999;
  margin-bottom: 16px;
  border: none;
  text-indent: 1em;
}
#content form textarea {
  width: 100%;
  height: 183px;
  background: #F6F6F6;
  padding: 16px;
  box-sizing: border-box;
  border: none;
  border-radius: 8px 8px 8px 8px;
  font-family: m;
  font-weight: 400;
  font-size: 18px;
  color: #999999;
  margin-bottom: 16px;
}
#content form button {
  width: 100%;
  height: 54px;
  background: #4285F4;
  border-radius: 8px 8px 8px 8px;
  font-family: m;
  font-weight: 500;
  font-size: 20px;
  color: #FFFFFF;
  cursor: pointer;
}
