#contact .my_content {
  padding: 10px 0;
  color: #5d5d5d;
}
#contact .my_content h2 {
  font-weight: 600;
  color: #2f4b62;
}
@media all and (min-width: 576px) {
  #contact .my_content {
    padding: 50px;
    padding-top: 0;
  }
  #contact .my_content h2,
  #contact .my_content p {
    font-size: 1.4rem;
  }
}
#contact .my_content p {
  margin-bottom: 0;
}
#contact .btn_style.btn_three {
  background-color: #2f4b62 !important;
}

input,
textarea {
  border: 1px solid #2f4b62;
  outline: none !important;
  padding: 20px;
  height: auto;
  font-size: 1.3rem;
  font-weight: 400;
  text-transform: uppercase;
  color: var(--colorMain);
  border-radius: 0;
}
input::-moz-placeholder, textarea::-moz-placeholder {
  opacity: 0.7;
  font-weight: 300;
}
input::placeholder,
textarea::placeholder {
  opacity: 0.7;
  font-weight: 300;
}
@media all and (max-width: 575px) {
  input,
  textarea {
    padding: 10px;
  }
}

#maps iframe {
  border: 0;
  width: 100%;
  min-height: 550px;
}/*# sourceMappingURL=contact.css.map */