/* ——— BRAND LOGO (shared: home nav, company nav, testimonial, footer) ——— */
.nav__logo {
  display: flex;
  align-items: center;
}

.brand-logo {
  display: block;
  width: auto;
  height: 42px;
}

.brand-logo--footer {
  height: 56px;
}

.brand-logo--testimonial {
  height: 38px;
}
