.cta-actions {
  display: flex;
  justify-content: center;
  gap: 14px;
  flex-wrap: wrap;
}

.button-outline {
  color: var(--cream);
  border: 1px solid #f4f0e7a6;
}

.cta small {
  color: #b8c4c0;
  font-size: 13px;
}

.cta small a {
  color: inherit;
  text-underline-offset: 3px;
}

@media (max-width: 480px) {
  .cta-actions {
    flex-direction: column;
    align-items: stretch;
    max-width: 330px;
    margin: auto;
  }
}
