.brand {
  display: inline-flex;
  align-items: center;
  text-decoration: none;
}

.brand img {
  width: 230px;
  height: auto;
}

.brand-footer img {
  padding: 8px 12px;
  border-radius: 10px;
  background: #ffffff;
}

@media (max-width: 680px) {
  .brand img {
    width: 190px;
  }
}
