.page-heading__title {
  display: flex;
  padding-left: 8px;
  padding-right: 8px;
  padding-bottom: 8px;
  font-size: 36px;
  font-weight: bold;
  text-align: center;
  background-repeat: no-repeat;
  background-position: bottom center;
  background-size: contain;
  max-width: -moz-max-content;
  max-width: max-content;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.page-heading__underline {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: -1;
  height: 48px;
  width: 100%;
}

.page-heading__description {
  max-width: 640px;
  color: #797986;
  font-size: 14px;
  text-align: center;
  margin: 16px auto 0;
}

.page-heading--mb {
  margin-bottom: 24px;
}

.page-heading--small .page-heading__title {
  font-size: 24px;
}

@media (min-width: 768px) {
  .page-heading__title {
    font-size: 48px;
  }
}
.t-container-wide {
  width: 100%;
  padding: 32px 16px;
  margin-left: auto;
  margin-right: auto;
}

@media (min-width: 576px) {
  .t-container-wide {
    padding-left: 24px;
    padding-right: 24px;
  }
}
@media (min-width: 768px) {
  .t-container-wide {
    padding-left: 32px;
    padding-right: 32px;
  }
}
@media (min-width: 1024px) {
  .t-container-wide {
    padding-left: 80px;
    padding-right: 80px;
  }
}
@media (min-width: 1280px) {
  .t-container-wide {
    max-width: 1440px;
  }
}
.contact-us {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.contact-us__iframe {
  min-height: 500px;
}

.contact-us__heading .page-heading__title {
  background-image: url('data:image/svg+xml,<svg width="292" height="33" viewBox="0 0 292 33" fill="none" xmlns="http://www.w3.org/2000/svg"><g style="mix-blend-mode:multiply"><path d="M11 33V9H10.428C9.815 9 9.203 9.109 8.676 9.422C6.926 10.462 3 13.617 3 21C3 23.189 2.065 26.067 1.099 28.456C0.249 30.557 1.742 33 4.009 33H11ZM27.4516 18.8015L28.5234 30.7535L27.4516 18.8015ZM106.419 14.5144L107.088 26.4957L106.419 14.5144ZM281 0.0959769V24.096H281.572C282.185 24.096 282.797 23.987 283.324 23.674C285.074 22.634 289 19.479 289 12.096C289 9.90698 289.935 7.02898 290.901 4.63998C291.751 2.53898 290.258 0.0959769 287.991 0.0959769H281ZM11 33C14.9268 33 18.5438 32.4018 21.3475 31.8997C24.4378 31.3463 26.4227 30.9419 28.5234 30.7535L26.3798 6.84944C22.923 7.15943 19.4695 7.85425 17.117 8.27553C14.4779 8.74813 12.6478 9 11 9V33ZM28.5234 30.7535C54.3384 28.4385 80.225 27.9949 107.088 26.4957L105.751 2.533C80.2084 3.95852 52.6256 4.4958 26.3798 6.84944L28.5234 30.7535ZM107.088 26.4957C164.942 23.2669 222.326 24.096 281 24.096V0.0959769C222.809 0.0959769 164.469 -0.744082 105.751 2.533L107.088 26.4957Z" fill="%23C3FF93"/></g></svg>');
}