.button-cta {
  text-decoration: none;
  color: rgb(var(--color-button-text)) !important;
  white-space: nowrap;
  font-weight: bold;
  font-size: 1rem;
  padding: 10px 32px;
  text-transform: uppercase;
  background-color: rgb(var(--color-accent-1));
  border-radius: 200px;
}