.wrapper {
  display: flex;
  flex-wrap: wrap;

  > * {
    margin: 0 10px 5px 0;
  }
}
