.brand img {
  display: block;
  width: 150px;
  height: 70px;
  object-fit: contain;
  object-position: center;
}

footer .brand img {
  width: 180px;
  height: 110px;
  border-radius: 8px;
}

@media (max-width: 650px) {
  .brand img {
    width: 125px;
    height: 62px;
  }
}
