.process-policy-grid > div:first-child {
  padding: 24px;
  border: 1px solid rgba(80, 39, 126, 0.24);
  border-radius: 8px;
  background: linear-gradient(180deg, rgba(255, 253, 247, 0.98), rgba(247, 240, 255, 0.98));
  box-shadow: 0 18px 38px rgba(18, 8, 34, 0.18), inset 0 1px 0 rgba(255, 255, 255, 0.92);
}

html body .process-policy-grid > div:first-child .eyebrow {
  color: #5d2f86 !important;
  -webkit-text-fill-color: #5d2f86 !important;
  text-shadow: none !important;
}

html body .process-policy-grid > div:first-child h2 {
  color: #24133c !important;
  -webkit-text-fill-color: #24133c !important;
  text-shadow: none !important;
}

@media (max-width: 760px) {
  .process-policy-grid > div:first-child {
    padding: 20px;
  }
}