.hero-cta {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  text-align: center;
  font-weight: 400;
  line-height: 1;
}

.hero-cta.round-cta > span:last-child {
  position: absolute;
  inset: 0;
  display: grid;
  place-items: center;
  width: auto;
  padding: 0;
  text-align: center;
  white-space: normal;
  font-size: 15px;
  font-weight: 400;
  letter-spacing: 0.075em;
  line-height: 1.08;
  transform: none;
}

@media (max-width: 600px) {
  .hero-cta {
    align-items: center;
    justify-content: center;
  }

  .hero-cta.round-cta > span:last-child {
    inset: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.08;
    transform: none;
  }
}
