.brand {
  display: flex;
  align-items: center;
  width: 250px;
  color: inherit;
  font-size: inherit;
  letter-spacing: normal;
  line-height: normal;
}

.brand img {
  display: block;
  width: 100%;
  height: auto;
  max-height: 72px;
  object-fit: contain;
}

.contact-info img {
  display: block;
  width: 220px;
  max-width: 100%;
  height: auto;
  margin-bottom: 12px;
}

@media (max-width: 760px) {
  .brand { width: 180px; }
}
