.brand {
  width: 215px;
  height: 84px;
  overflow: hidden;
  gap: 0;
}

.brand-logo {
  display: block;
  width: 215px;
  height: auto;
  object-fit: contain;
}

.footer-brand {
  width: 250px;
  height: 130px;
}

.footer-brand .brand-logo {
  width: 250px;
  height: auto;
}

@media (max-width: 800px) {
  .brand {
    width: 175px;
    height: 68px;
  }

  .brand-logo {
    width: 175px;
    height: auto;
  }

  .footer-brand {
    width: 210px;
    height: 112px;
  }

  .footer-brand .brand-logo {
    width: 210px;
    height: auto;
  }
}
