.modalMinDown { &-header { display: flex; align-items: center; justify-content: space-between; padding: 12px 0; &-title { font-size: 16px; line-height: 24px; font-weight: 600; } &-close { font-size: 16px; } } &-main { display: flex; flex-wrap: wrap; &-item { padding: 8px 0; display: flex; flex-direction: column; align-items: center; flex: 0 0 25%; &-icon { width: 36px; height: 36px; background: linear-gradient(138deg, #007fff 0%, #0062ff 100%); border-radius: 50%; display: flex; align-items: center; justify-content: center; &-img { width: 16px; height: 16px; } } &-text { font-size: 12px; line-height: 20px; margin-top: 4px; } } } }