#content h2 {
  font-family: b;
  font-weight: 600;
  font-size: 24px;
  color: #333333;
  margin-bottom: 16px;
}
#content input {
  width: 100%;
  height: 52px;
  background: #F8F8F8;
  border-radius: 8px 8px 8px 8px;
  font-size: 16px;
  font-family: r;
  font-weight: 500;
  color: #666666;
  border: none;
  margin-bottom: 16px;
  text-indent: 1em;
}
#content textarea {
  width: 100%;
  height: 120px;
  background: #F8F8F8;
  border-radius: 8px 8px 8px 8px;
  opacity: 1;
  border: none;
  font-size: 16px;
  font-family: r;
  font-weight: 500;
  color: #666666;
  padding: 16px;
  box-sizing: border-box;
  margin-bottom: 16px;
}
#content .btn {
  width: 100%;
  height: 48px;
  background: #1C73E8;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: b;
  font-weight: 600;
  font-size: 14px;
  color: #FFFFFF;
}
@media (min-width: 860px) and (max-width: 1200px) {
  #content {
    width: 100%;
    padding: 16px;
  }
}
@media (min-width: 750px) and (max-width: 859px) {
  #content {
    width: 100%;
    padding: 16px;
  }
}
@media (min-width: 560px) and (max-width: 749px) {
  #content {
    width: 100%;
    padding: 16px;
  }
}
@media (min-width: 0px) and (max-width: 559px) {
  #content {
    width: 100%;
    padding: 16px;
  }
}
