.footer {
  margin-bottom: 35px;
  overflow: hidden;
}

.footer__inner {
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.footer__title {
  color: #AD94C7;
  font-weight: 400;
  font-size: 16px;
}