#content {
  width: 1000px;
  margin: 0 auto;
  padding: 40px 0px;
}
#content h3 {
  font-family: m;
  font-weight: bold;
  font-size: 24px;
  color: #111111;
  margin-bottom: 24px;
}
#content h4 {
  font-family: m;
  font-weight: bold;
  font-size: 20px;
  color: #111111;
  margin-bottom: 16px;
}
#content p {
  font-family: m;
  font-weight: 600;
  font-size: 16px;
  color: #666666;
  line-height: 24px;
  margin-bottom: 24px;
}
#content input {
  width: 100%;
  height: 56px;
  background: #F6F6F6;
  border-radius: 0px 0px 0px 0px;
  margin-bottom: 16px;
  border: none;
  font-family: m;
  font-weight: normal;
  font-size: 16px;
  color: #999999;
  padding: 0 24px;
}
#content textarea {
  width: 100%;
  height: 150px;
  background: #F6F6F6;
  border-radius: 0px 0px 0px 0px;
  margin-bottom: 16px;
  border: none;
  box-sizing: border-box;
  font-family: m;
  font-weight: normal;
  font-size: 16px;
  color: #999999;
  padding: 18px 24px;
}
#content textarea:focus {
  outline: none;
}
#content button {
  width: 100%;
  height: 56px;
  background: #007DF2;
  border-radius: 8px 8px 8px 8px;
  border: none;
  cursor: pointer;
  font-family: m;
  font-weight: bold;
  font-size: 16px;
  color: #FFFFFF;
  letter-spacing: 3px;
}
@media (min-width: 860px) and (max-width: 1200px) {
  #content {
    width: 100%;
    padding: 20px 16px;
  }
}
@media (min-width: 750px) and (max-width: 859px) {
  #content {
    width: 100%;
    padding: 20px 16px;
  }
}
@media (min-width: 560px) and (max-width: 749px) {
  #content {
    width: 100%;
    padding: 20px 16px;
  }
}
@media (min-width: 0px) and (max-width: 559px) {
  #content {
    width: 100%;
    padding: 20px 16px;
  }
}
