.brand-logo {
  display: block;
  object-fit: contain;
}

.brand-logo-header {
  width: 96px;
  height: 64px;
}

.brand-logo-footer {
  width: 150px;
  height: auto;
  margin-bottom: 16px;
}

@media (max-width: 640px) {
  .brand-logo-header {
    width: 84px;
    height: 56px;
  }

  .brand-logo-footer {
    width: 132px;
  }
}
