.brand {
  display: flex;
  align-items: center;
  width: 230px;
  height: 78px;
  overflow: hidden;
}

.brand img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: left center;
  filter: drop-shadow(0 2px 7px rgba(138, 92, 24, .12));
}

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