.brands-large {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.brands-large > * {
    margin: 20px;
}
.brands-large a {
  display: block;
}
.brands-large img {
  max-height: 130px;
  max-width: 200px;
  width: 100%;
  height: 100%;
  display: block;
}
.section-small {
    font-size: 75%;
}