.alert-screen { height: 22rem; display: flex; align-items: center; justify-content: center; .alert-screen_image { display: flex; align-items: center; justify-content: center; img { display: block; width: 2rem; height: auto; } } &.-full-screen { height: 100%; } .alert-screen_text { margin-top: 1rem; text-align: center; h1, h2, big, strong { font-weight: 600; font-size: ms(1); line-height: ms(1) * 1.3; margin-bottom: 0.25rem; } p { color: $grey; } } }