:root {
  --hcc-radius: 10px;
  --hcc-space: 1rem;
}

.hcc-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: .8em 1.2em;
  border-radius: var(--hcc-radius);
  text-decoration: none;
  font-weight: 700;
}
