.brand-assets-row {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
}

.brand-col {
    flex: 1 1 200px;
    max-width: 250px;
}

.brand-tile {
    margin: 2px;
    border: 1px solid #aaa;
    padding: 2px;
    box-shadow: 2px 2px 4px #bbb;
    text-align: center;
    transition: box-shadow 0.5s;
}

.brand-tile:hover {
    box-shadow: 3px 3px 5px #ad9791;
}

.brand-tile img {
    max-width: 100%;
    height: auto;
}
