.footer {
  padding-top: 30px;
  padding-bottom: 50px;
}
.footer__social {
  display: flex;
  justify-content: center;
  gap: 12px;
  padding-top: 23px;
}
.footer__container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 25px;
}
@media (max-width: 720px) {
  .footer__container {
    justify-content: center;
  }
}
.footer__logos {
  position: relative;
  display: flex;
  width: auto;
}
.footer__text {
  text-align: center;
}
.footer__text a {
  font-size: 20px;
  font-weight: 500;
}

.t2 {
  text-align: center;
  line-height: 1.3;
  font-size: 16px;
  font-weight: 400;
}/*# sourceMappingURL=footer.css.map */