.menu__banner > div {display:flex;flex-direction:column;justify-content:center;height:100%;padding: 15px;text-align:center;background:#f7f7f7;border-radius:4px}
.menu__banner div img {margin:15px 0;padding:15px}
.menu__banner span {color:#f44336;font-size:1.5em;font-weight:500}
.menu__banner span:last-of-type{font-size:1.3em}

.article_description h3.heading{font-weight:700}
.aero-dm .input {
    padding: 10px 12px !important;
}

.brand-block {
    display: inline-flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    width: 140px;          /* фиксированная ширина блока */
    padding: 12px;
    margin: 10px;
    background: #fff;
    border-radius: 12px;
    text-align: center;
    box-shadow: 0 4px 12px rgba(0,0,0,0.08);
    transition: all 0.25s ease;
    gap: 8px;
}

.brand-block:hover {
    transform: translateY(-4px);
    box-shadow: 0 6px 18px rgba(0,0,0,0.12);
}

.brand-block img {
    width: 100%;
    max-width: 80px;       /* чтобы не вылазило */
    height: 80px;
    object-fit: contain;   /* сохраняет пропорции */
    border-radius: 8px;
}

.brand-block span {
    font-size: 16px;
    font-weight: 600;
    color: #333;
}
