/* SUPPORT */
.support {
  margin: 13em 0 10em 0;
}

.support-inner h2 {
  font-size: 3.35rem;
  font-weight: 400;
  font-family: "Merriweather", "Helvetica Neue", Arial, sans-serif;
}

.support-form {
  margin-top: 5em;
}

.support-form p {
  color: #403f41;
  font-size: 1.2rem;
  line-height: 1.4;
  padding-bottom: 1em;
}

.support-form form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.support-form input,
.support-form textarea {
  padding: 1em;
  outline: none;
  margin-bottom: 1em;
  border: 1px solid #b0b1b3;
  border-radius: 4px;
  color: #06c;
  font-weight: bold;
  font-size: 0.9rem;
}

.support-form textarea,
.support-form textarea::placeholder {
  font-family: "Lato", "Helvetica Neue", Arial, sans-serif;
}

.support-form input::placeholder,
.support-form textarea::placeholder {
  color: #b0b1b3;
}

.support-form textarea {
  width: 100%;
  min-height: 110px;
  resize: none;
}

.support-form button {
  font-size: 1.125em;
  padding: 1em 3em;
  border: none;
  margin: 0 auto;
  cursor: pointer;
  margin-top: 1em;
}

@media (max-width: 768px) {
  .support-form form {
    padding: 0 1em;
  }
}

@media (max-width: 520px) {
  .support-form button {
    padding: 1em 2.25em;
  }
  .support-inner h2 {
    font-size: 2.25rem;
  }
}
