main .contact-wrapper {
  width: 100%;
  margin-top: 4rem;
  border-radius: 12px;
  padding: 48px 0px 48px 48px;
  box-sizing: border-box;
  background-color: #f0f6fa;
}
main .contact-wrapper .row .col-md-6 h2 {
  font: 4rem "SemiBold";
  line-height: 130%;
  color: #232536;
}
main .contact-wrapper .row .col-md-6 p {
  font: 1.6rem "Regular";
  line-height: 130%;
  color: #000;
  margin-top: 2rem;
}
main .contact-wrapper .row .col-md-6 h3 {
  font: 1.6rem "Regular";
  line-height: 130%;
  color: #000;
}
main .contact-wrapper .row .col-md-6 h3:nth-child(2) {
  margin-top: 2rem;
}
main .contact-wrapper .row .col-md-6 ul li {
  margin-top: 1rem;
}
main .contact-wrapper .row .col-md-6 ul li a {
  font: 1.6rem "SemiBold";
  line-height: 120%;
  text-transform: uppercase;
  color: #1e2021;
}
main .form_map {
  width: 100%;
}
main .form_map .col-md-6:nth-child(1) {
  border-radius: 12px;
  padding: 48px;
  box-sizing: border-box;
  background-color: #f0f6fa;
}
main .form_map form {
  display: flex;
  flex-direction: column;
  width: 100%;
}
main .form_map form h2 {
  font: 4rem "SemiBold";
  line-height: 130%;
  color: #232536;
}
main .form_map form input,
main .form_map form textarea {
  font: 1.6rem "Regular";
  line-height: 120%;
  color: #8b8e8f;
  margin-top: 2rem;
  background-color: transparent;
  border-bottom: 1px solid rgba(0, 0, 0, 0.3);
  padding: 16px;
}
main .form_map form textarea {
  padding-bottom: 0;
}
main .form_map form p {
  margin: 1rem 0;
  font: 1.4rem "Regular";
  line-height: 130%;
  color: #8b8e8f;
}
main .form_map form p a {
  color: #0556a1;
}
main .form_map form button {
  border-radius: 4px;
  padding: 1.6rem 4.8rem;
  box-sizing: border-box;
  background-color: #0556a1;
  font: 1.3rem "Regular";
  line-height: 120%;
  letter-spacing: 0.02em;
  text-align: center;
  color: #fff;
}
@media screen and (max-width: 768px) {
  main .contact-wrapper {
    width: 100%;
    margin-top: 4rem;
    border-radius: 12px;
    padding: 2.4rem;
    box-sizing: border-box;
    background-color: #f0f6fa;
  }
  main .contact-wrapper .row .col-md-6 {
    margin-bottom: 4rem;
  }
  main .contact-wrapper .row .col-md-6:nth-child(2) {
    margin-bottom: 0;
  }
  main .contact-wrapper .row .col-md-6 h2 {
    font: 2.4rem "SemiBold";
    line-height: 130%;
    color: #232536;
  }
  main .contact-wrapper .row .col-md-6 p {
    font: 1.6rem "Regular";
    line-height: 130%;
    color: #000;
    margin-top: 2rem;
  }
  main .contact-wrapper .row .col-md-6 h3 {
    font: 1.6rem "Regular";
    line-height: 130%;
    color: #000;
  }
  main .contact-wrapper .row .col-md-6 h3:nth-child(2) {
    margin-top: 2rem;
  }
  main .contact-wrapper .row .col-md-6 ul li {
    margin-top: 1rem;
  }
  main .contact-wrapper .row .col-md-6 ul li a {
    font: 1.6rem "SemiBold";
    line-height: 120%;
    text-transform: uppercase;
    color: #1e2021;
  }
  main .form_map {
    width: 100%;
  }
  main .form_map .col-md-6:nth-child(1) {
    border-radius: 12px;
    padding: 2.4rem;
    box-sizing: border-box;
    background-color: #f0f6fa;
    margin-bottom: 2rem;
  }
  main .form_map form {
    display: flex;
    flex-direction: column;
    width: 100%;
  }
  main .form_map form h2 {
    font: 2.4rem "SemiBold";
    line-height: 130%;
    color: #232536;
  }
  main .form_map form input,
  main .form_map form textarea {
    font: 1.6rem "Regular";
    line-height: 120%;
    color: #8b8e8f;
    margin-top: 2rem;
    background-color: transparent;
    border-bottom: 1px solid rgba(0, 0, 0, 0.3);
    padding: 16px;
  }
  main .form_map form textarea {
    padding-bottom: 0;
  }
  main .form_map form p {
    margin: 1rem 0;
    font: 1.4rem "Regular";
    line-height: 130%;
    color: #8b8e8f;
  }
  main .form_map form p a {
    color: #0556a1;
  }
  main .form_map form button {
    border-radius: 4px;
    padding: 1.6rem 4.8rem;
    box-sizing: border-box;
    background-color: #0556a1;
    font: 1.3rem "Regular";
    line-height: 120%;
    letter-spacing: 0.02em;
    text-align: center;
    color: #fff;
  }
}
