.ui-brand-sections{
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
    margin-bottom: 45px;
}
.ui-brand-section{
    width: 200px;
    min-height: 84px;
    background-color: #F4F4F4;
    border-radius: 10px;
    display: flex;
    padding: 12px;
    margin-bottom: 4px;        
    justify-content: space-between;
    align-items: flex-start;
    gap: 8px;
}
.ui-brand-section:hover {
    background-color: #ECEDF0;
}
.ui-brand-section-title {
    font-size: 15px;
    font-weight: 600;
    line-height: 21px;
    -webkit-hyphens: auto;
    hyphens: auto;
    max-width: 108px;
    word-break: break-word;
    color: var(--text-color);
}
.ui-brand-section-img{
    max-width: 60px;
    max-height: 60px;
    mix-blend-mode: multiply;
    position: unset;
    margin: 0;
    width: 60px;
    height: 60px;
    float: unset;
    transform: unset;
}
.ui-brand-more{
    width: 100%;
}