.brand-image {
  width: 230px;
  height: 72px;
  flex: none;
}

.brand-image img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: left center;
}

.footer-brand {
  width: 255px;
  height: 86px;
}

@media (max-width: 760px) {
  .brand-image {
    width: 178px;
    height: 58px;
  }
}
