/**
  * @copyright Copyright (c) 2021 Aurora Creation Sp. z o.o.
  * (https://auroracreation.com)
  * @copyright Copyright (c) 2020 Aurora Creation Sp. z o.o.
  * (https://auroracreation.com)
*/

.brand-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 20px 0; }
  .brand-list .brand-item {
    width: 48%;
    border: 1px solid #cecece;
    padding: 15px;
    margin-bottom: 25px;
    text-align: center; }
    .brand-list .brand-item .brand-item-name {
      margin-top: 15px; }
      .brand-list .brand-item .brand-item-name a {
        text-decoration: none; }

@media (min-width: 1024px) {
  .brand-list .brand-item {
    width: 24%; } }

/*# sourceMappingURL=brands-page.css.map */
