.logo {
  display: flex;
  justify-content: center;
  height: 30px;
}
.logo img {
  max-width: 100%;
  max-height: 100%;
  display: block;
  margin: auto;
}
.brands {
  margin: auto;
  margin-top: 50px;
  width: 200px;
}
.brand {
  margin-top: 100px;
  text-align: center;
}
.brand span {
  color: #000;
  font-family: muli;
  font-size: 14px;
  margin-top: 10px;
  display: block;
}
