.brand {
  display: flex;
  justify-content: center;
  align-items: center;
}
.logo {
  height: 80px;
  width: 90px;
}
@media screen and (max-width: 768px) {
  .logo {
    height: 60px;
  }
}
