.footer-brand,
.page-footer__brand {
  display: inline-flex;
  align-items: center;
  justify-content: flex-start;
  min-height: 88px;
  padding: 0;
  border-radius: 0;
  background: transparent !important;
}

.footer-brand img,
.page-footer__brand img {
  display: block;
  width: 180px;
  height: 88px;
  object-fit: cover;
  object-position: center center;
}

.footer-instagram {
  display: inline-grid;
  place-items: center;
  width: 32px;
  height: 32px;
  border: 1px solid rgba(16, 43, 26, .14);
  border-radius: 50%;
  color: #08743c;
  transition: transform .18s ease, background .18s ease;
}

.footer-instagram:hover { background: #e9f8ed; transform: translateY(-2px); }
.footer-instagram svg { width: 16px; height: 16px; }

@media (max-width: 540px) {
  .footer-brand,
  .page-footer__brand { min-height: 76px; }
  .footer-brand img,
  .page-footer__brand img { width: 156px; height: 76px; }
}
