about-form.css 779 Bytes
.about-contact {
  padding-top: 200px;
  margin-bottom: 70px;
}

.about-contact-form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 100%;
}
.about-contact-form__title {
  font-weight: 700;
  font-size: 48px;
  line-height: 100%;
  color: #333B49;
  margin-bottom: 56px;
  max-width: 300px;
  width: 100%;
}
.about-contact-form__button {
  margin-top: 24px;
  font-size: 16px;
}

.about-contact-form-line-one {
  margin-right: 45px;
}

.about-contact-form-line-two {
  margin-right: 45px;
}

.label-about {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.input-about {
  margin-top: 0;
  margin-bottom: 32px;
}

.label-about {
  margin-bottom: 16px;
}

.textarea-about {
  height: 230px;
  margin-top: 0;
  margin-bottom: 0;
}