/* Plugin Styles */
.all-brands {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.brand-thumbnail {
    width: calc(25% - 20px); /* 25% width with margin */
    margin-bottom: 20px;
    text-align: center;
}

.brand-thumbnail img {
    max-width: 100%;
}

.brand-thumbnail span {
    display: block;
}
