.send-message form {
  width: 100%;
  max-width: 685px;
  margin: 0 auto;
  background: #f9f9f9;
  border: solid 1px #cdcdcd;
  padding: 30px 20px; }
  .send-message form .input-wrapper {
    display: block;
    margin-bottom: 30px;
    width: 300px;
  max-width: 100%;}
    .send-message form .input-wrapper input {
      width: 100%;
      padding: 0 20px; }
  .send-message form .textarea-wrapper {
    display: block;
    margin-bottom: 30px;
    width: 100%; }
    .send-message form .textarea-wrapper textarea {
      width: 100%;
      padding: 0 20px;
      min-height: 85px; }
  .send-message form button {
    display: block;
    background: white; }
@media (max-width: 991px){
  .send-message-title{
    font-size:40px !important;
  }
}
/*# sourceMappingURL=chapter-message.css.map */
