.help {
  position: relative;
  overflow: hidden;
  border-top: 0;
  padding: 55px 0 70px;
  background:
    linear-gradient(100deg, rgba(7, 9, 13, .89) 8%, rgba(7, 9, 13, .63) 52%, rgba(7, 9, 13, .29)),
    url("optimized/contacto-recepcion-2000.webp") center / cover;
}

.help > .wrap {
  position: relative;
  z-index: 1;
}

.help-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: stretch;
  gap: 14px;
}

.help-card {
  min-height: 300px;
  height: 100%;
  padding: 48px 38px;
  background: rgba(244, 245, 241, .10);
  border: 1px solid rgba(244, 245, 241, .18);
  backdrop-filter: blur(3px);
}

.help h2 {
  margin: 0;
  font-size: 52px;
}

.help-card p {
  max-width: 420px;
  margin: 10px 0 0;
  color: var(--muted);
}

.help-card .button {
  margin-top: 18px;
}

.help-card h2,
.help-card p,
.help-card .eyebrow {
  text-shadow: 0 2px 18px rgba(0, 0, 0, .7);
}

@media (max-width: 720px) {
  .help {
    background-position: center;
  }

  .help-grid {
    grid-template-columns: 1fr;
    gap: 10px;
  }

  .help-card {
    min-height: auto;
    padding: 32px 25px;
  }

  .help h2 {
    font-size: 43px;
  }

  .help .button {
    margin-top: 22px;
  }
}
