#contact-main .page-content-default .page-content-inner .title {
  width: 30%;
}
#contact-main .page-content-default .page-content-inner .content {
  text-align: center;
}
#contact-main .page-content-default .page-content-inner .content hr {
  opacity: 0;
  margin: .5em;
}
#contact-main .page-content-default {
  text-align: unset;
}
#contact-main .title-background {
  position: relative;
  width: 70%;
  margin: 5% auto;
}
#contact-main .title-background .title {
  position: absolute;
  bottom: 0;
  width: 100%!important;
  padding-left: 30%;
  padding-right: 30%;
  margin-bottom: 4%;
}
#contact-main .contact-form {
  width: 40%;
  margin: auto;
}
#contact-main .contact-form .form-button {
  margin-bottom: 5%;
}
#contact-main .icon-container { display: flex; justify-content: center; margin: auto; flex-wrap: wrap; }
#contact-main .icon-container a { margin: 5px; }
#contact-main .icon-container svg { width: var(--svg-size-footer); height: var(--svg-size-footer); }
@media (max-width: 992px) {
  #contact-main .contact-form {
    width: 80%;
  }
}
@media (max-width: 575px) {
  .page-static-image:has( + #contact-main) {
    padding-top: var(--nav-container-height);
  }
  .page-content-default .page-content-inner .title {
    width: 70%!important;
  }
  #contact-main .title-background {
    width: 100%;
  }
  #contact-main .title-background .title {
    padding-left: 20%;
    padding-right: 20%;
    margin-bottom: 5%;
  }
  #contact-main .icon-container svg {
    width: 35px;
  }
}