.hero-bg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.hero::before {
  z-index: 1;
  background: linear-gradient(90deg, rgba(4,22,34,.97), rgba(4,22,34,.83) 55%, rgba(4,22,34,.36));
}

.hero .wrap {
  z-index: 2;
}

.answer-card a {
  color: var(--green);
  font-weight: 800;
  border-bottom: 1px solid currentColor;
}
