.contact-form-box {
  padding: 30px;
  border-radius: 10px;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.08);
}

.contact-form-box-recruitment {
  background: #a3d4fc;
}

.contact-form-box-seeker {
  background: #b5f5b5;
}

.contact-form-box-consulting {
  background: #d0f8ef;
}

.contact-form-box-startup {
  background: #f8c8a8;
}

.contact-form-box-m-and-a {
  background: #f3cddf;
}