.contact-section .contact-layout {
  margin-top: 60px;
}

.contact-guidance {
  padding-top: 4px;
}

.contact-form-notice {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  margin: 0 0 22px;
  padding: 14px 16px;
  border: 1px solid transparent;
  border-radius: 9px;
  font-size: 0.78rem;
  font-weight: 650;
  line-height: 1.55;
}

.contact-form-notice i {
  margin-top: 3px;
}

.contact-form-notice--success {
  border-color: #b9dfd2;
  background: #eaf8f2;
  color: #176447;
}

.contact-form-notice--error {
  border-color: #efc9c9;
  background: #fff0f0;
  color: #8a3030;
}

.eco-contact-honeypot {
  position: absolute !important;
  overflow: hidden;
  width: 1px;
  height: 1px;
  clip: rect(0 0 0 0);
  clip-path: inset(50%);
  white-space: nowrap;
}

@media (max-width: 700px) {
  .contact-section .contact-layout {
    margin-top: 40px;
  }
}
