.footer {
  width: 100%;
  background-color: #101822;
  padding: 35px 0;
  flex: 1;
}
.footer__wrapper {
  display: flex;
  flex-direction: column;
}
.footer__logo {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.footer-logo__image {
  width: 54px;
  height: 66px;
}

.footer__social {
  margin-top: 15px;
}

.footer-logo__text {
  width: 85px;
  height: 9px;
}
.footer__legal {
  margin-top: 10px;
  font-size: 70%;
  font-family: sans-serif;
  font-weight: 200;
  color: #999;
  text-align: center;
}
.footer__link {
  color: #999;
  text-decoration: none;
}
@media (min-width: 1024px) {
  .footer__wrapper {
    flex-direction: row;
    justify-content: space-around;
    align-items: center;
  }
  .footer__logo {
    margin-right: 30px;
    order: 1;
  }
  .footer__p + .footer__p {
    margin-top: 10px;

  }
}
