.logo-list {
  background-color: #ffffff;
}

.logo-list .brand-list__item {
  flex-grow: 1;
  flex-shrink: 0;
  width: 20%;
}

@media screen and (max-width: 767px) {
  .logo-list .brand-list__item:nth-child(3n + 1) {
    display: none;
  }
}
@media screen and (min-width: 768px) and (max-width: 1199px) {
  .logo-list .brand-list__item:nth-child(4n) {
    display: none;
  }
}
