RV-FlexRow { display: flex; flex-direction: row; gap: 10px; justify-content: space-around; &--wrap { flex-wrap: wrap; } * { width: 100%; } } .RV-FlexRow__Container { @extend RV-FlexRow; .RV-FlexRow__Item { @include align-content; } }