.footer-brand {
  min-width: 0;
}

.footer-brand__logo {
  display: block;
  max-width: 180px;
  height: auto;
  margin-bottom: 16px;
}

.footer-brand__title {
  margin: 0 0 12px;
  color: #ffffff;
  font-size: 1.125rem;
  line-height: 1.2;
  font-weight: 700;
}

.footer-brand__text {
  margin: 0;
  color: rgba(255, 255, 255, 0.92);
  line-height: 1.55;
  max-width: 34ch;
}