.Customers { & .customer-list { display: flex; flex-wrap: wrap; & img { height: 50px; &.white { filter: brightness(0) invert(1); } } } & .projects-list { display: flex; align-items: center; justify-content: center; flex-wrap: wrap; } } @media (width <= 780px) { .Customers { & .customer-list { align-items: center; justify-content: center; } } }