.contact {
  padding-bottom: 15px !important;
}
.contact__title h2 {
  font-size: 3.2rem;
  font-weight: 600;
}
@media (max-width: 767px) {
  .contact__title h2 {
    font-size: 2.6rem;
    text-align: center;
  }
}
.contact__item {
  padding-top: 30px;
}
.contact__item-form {
  padding-bottom: 20px;
}
.contact__item-form textarea {
  height: 178px !important;
}
.contact__item-form button {
  float: right;
  background-color: #06a803;
  border-radius: 30px;
  padding: 8px 40px;
}
@media (max-width: 767px) {
  .contact__item .wp-block-column {
    padding: 0 20px;
    margin-bottom: 20px;
  }
}
.contact__item input,
.contact__item textarea {
  width: 100%;
  border: 1px solid #d5d5d5;
  border-radius: 8px;
}
.contact__item div[role=form] {
  border-radius: 5px;
  background-color: #e3f0ff !important;
  border: 1px solid #d7d7d7 !important;
  box-shadow: -12px 11px 21px -5px rgba(0, 0, 0, 0.33);
  -webkit-box-shadow: -12px 11px 21px -5px rgba(0, 0, 0, 0.33);
  -moz-box-shadow: -12px 11px 21px -5px rgba(0, 0, 0, 0.33);
}
.contact__item input[type=submit] {
  background: #059703 !important;
  border: none !important;
  padding: 10px;
  border-radius: 8px;
  color: white;
  font-weight: 600;
}
.contact__map {
  padding-top: 5px;
  margin: -7px 0;
}
.contact__map iframe {
  width: 100%;
  height: 380px;
}
@media (max-width: 767px) {
  .contact__map iframe {
    height: 260px;
  }
}
.contact div.wpcf7 {
  background-color: #fbefde;
  border: 1px solid #f28f27;
  padding: 20px;
}
.contact .wpcf7 input[type=text],
.contact .wpcf7 input[type=email],
.contact .wpcf7 textarea {
  color: black;
}
.contact .wpcf7 input[type=submit],
.contact .wpcf7 input[type=button] {
  background-color: #725f4c;
  width: 100%;
  text-align: center;
  text-transform: uppercase;
}