.cta-group { display: flex; flex-wrap: wrap; justify-content: center; align-items: center; gap: 2rem; &--align-left { justify-content: flex-start; } &--align-center { justify-content: center; } &--align-right { justify-content: flex-end; } }