.label-item {
    display: flex;
    align-items: center;
}

#banner {
    position: relative; 
    display: inline-block;
    cursor: pointer;
}

@media screen and (max-width: 1000px) {
    #banner {
        display: none;
    }
}

#div {
    position: absolute; 
    z-index: 1; 
    background: rgba(255,255,230,0.9); 
    font-size: 12px; 
    padding: 5px 10px; 
    color: #20222E; 
    display:none
}

.label-check {
    font-size:12px;
}
/* #banner:hover:after {
    content: attr(data-title); Выводим текст
    position: absolute; Абсолютное позиционирование
    left: 20%; top: 30%; Положение подсказки
    z-index: 1; Отображаем подсказку поверх других элементов
    background: rgba(255,255,230,0.9); Полупрозрачный цвет фона
    font-size: 12px; Размер текста подсказки
    padding: 5px 10px; Поля
    color: #20222E
}
 */
 
.label-item {
    max-height: 50px;
}