.section-contacts-contacts {
  font-size: 14px;
  margin: 15px 0;
}

.section-contacts-contacts-item {
  margin: 0 0 15px 0;
}

.contact-form {
  flex-direction: column;
}

.contact-form-column:nth-child(n+2) {
  margin: 0;
}

textarea.contact-form-input {
  height: 100px;
  resize: none;
}

.contact-form-submit-button {
  align-self: center;
}