.questionnaire-card { &__title { @include fontSize( b-16, ( weight: 500, ) ); } &__subtitle { display: block; margin-top: toRem(8); @include fontSize(s-13); color: var(--dark-64); } &__actions { display: flex; flex-wrap: wrap; gap: toRem(20); } .card { gap: toRem(20); } }