.seed-phrase-intro { &__sections { display: flex; @include screen-sm-min { flex-direction: row; } @include screen-md-max { flex-direction: column; } } &__left { flex: 3; min-width: 0; } &__right { flex: 1; min-width: 0; @include screen-md-max { margin-top: 24px; } } video { border-radius: 8px; @include screen-md-max { width: 95%; } } &__copy { max-width: 696px; } &__sidebar_list { list-style: disc; padding-left: 20px; } }