.button--gradient-cta {
  background: linear-gradient(135deg, #e8916b, #c0392b);
  border: none;
  border-radius: 999px;
  box-shadow: 0 0.6rem 1.6rem rgba(0, 0, 0, 0.18);
  color: #ffffff;
  font-weight: 700;
}

.button--gradient-cta::before,
.button--gradient-cta::after {
  content: none;
}

.button--gradient-cta:hover {
  color: #ffffff;
}
