.consultation-banner {
    display: flex;
    align-items: center;
    column-gap: 0.5em;
    font-weight: 600;
    letter-spacing: -0.04em;
    font-size: 14px;
    margin-top: 20px;
    margin-bottom: 0;
    padding: 12px;
    border-radius: 12px;
    background-color: var(--base-2);
    line-height: 1.4;
}
.consultation-icon {
    width: 5em;
    height: 5em;
    flex-shrink: 0;
    fill: var(--accent);
}
.head-bans {
    color: #EA5600;
}
.head-banner {
    text-transform: none;
    font-weight: normal;
}