.section-contact-us-page .container {
  max-width: 628px;
  margin: 0 auto;
}
.section-contact-us-page .contact-info-wrapper {
  --bs-gutter-x: 16px;
}
.section-contact-us-page .contact_text a {
  color: #282b2d;
}
.section-contact-us-page input,
.section-contact-us-page textarea {
  padding: 10.5px 16px;
  border: 1px solid #acacac;
  border-radius: 8px;
  line-height: 1;
  width: 100%;
  background-color: transparent !important;
}
.section-contact-us-page .contact_style3 {
  margin-top: 24px;
  box-shadow: none;
  border: 1px solid #af9574;
  margin-bottom: 0;
}
.section-contact-us-page .contact_style3 .contact-icon {
  margin-bottom: 8px;
}
.section-contact-us-page .contact_style3 .contact_text span {
  margin-bottom: 16px;
}

@media only screen and (max-width: 767.98px) {
  .contact_style3 {
    padding: 7px 20px;
  }
}