.contact_section {
  margin: 180px 0;
}
.contact_section .content {
  margin-top: 70px;
}
.contact_section .content h2 {
  margin-bottom: 30px;
}
.contact_section .content ul {
  list-style-type: disc;
  font-size: 16px;
  -webkit-padding-start: 20px;
          padding-inline-start: 20px;
}
.contact_section .content ul li {
  margin: 24px 0;
}
.contact_section .form .col-md-4 {
  margin-top: 54px;
}
@media only screen and (max-width: 767px) {
  .contact_section .form .col-md-4 {
    margin-top: 27px;
  }
}
.contact_section .form .col-md-8 {
  margin-top: 42px;
}
@media only screen and (max-width: 767px) {
  .contact_section .form .col-md-8 {
    margin-top: 21px;
  }
}
.contact_section .form .must {
  color: white;
  background-color: #C8272B;
  border-radius: 5px;
  padding: 0 12px;
  margin-left: 12px;
}
.contact_section .form select, .contact_section .form input, .contact_section .form textarea {
  width: 70%;
  padding: 12px;
}
@media only screen and (max-width: 767px) {
  .contact_section .form select, .contact_section .form input, .contact_section .form textarea {
    width: 100%;
  }
}
.contact_section .form .submit {
  width: 70%;
}
@media only screen and (max-width: 767px) {
  .contact_section .form .submit {
    width: 100%;
  }
}
.contact_section .form .submit button[type=submit] {
  background: #C56D72;
  border: none;
  color: white;
  margin: auto;
  display: inline-block;
  padding: 8px 26px;
}/*# sourceMappingURL=style.css.map */