.brand-header {
  width: 190px;
  height: 58px;
  overflow: hidden;
  flex: 0 0 auto;
  background: #fff;
  border-radius: .45rem;
}

.brand-header img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.brand-footer {
  width: 88px;
  height: 64px;
  overflow: hidden;
  background: #fff;
  border-radius: .4rem;
}

.brand-footer img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 48%;
}

@media (max-width: 520px) {
  .brand-header {
    width: 150px;
    height: 50px;
  }
}
