.cta-actions {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 1rem;
}

.text-link {
  color: #fff;
  font-weight: 800;
  text-decoration: underline;
  text-underline-offset: .25rem;
}

.secondary-link {
  align-self: center;
  color: #0b6574;
  font-weight: 800;
  text-decoration: underline;
  text-underline-offset: .25rem;
}

@media (max-width: 600px) {
  .actions .btn,
  .cta-actions .btn {
    width: 100%;
  }
}
