.footer__container {
  width: 100%;
  max-width: 1200px;
  display: flex;
  justify-content: center;
}

.footer__logo {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  text-decoration: none;
}

.footer__logo svg {
  width: 100%;
  max-width: 196px;
  height: auto;
}

.footer__logo-text {
  color: #fff;
  font-size: 24px;
  font-weight: 600;
  letter-spacing: 2px;
  text-transform: uppercase;
}
