.footer__content {
  min-width: 345px;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 5px 5px;
}


.footer__links {
  display: flex;
  flex-direction: row;
  align-items: center;
  max-width: 300px;
}
.footer__link {
  font-family: "Poppins";
  color: #2c2c2c;
  text-decoration: none;
  height: 50px;
  justify-content: center;
}
.footer__icon {
  color: white;
  margin-right: 7px;
  justify-content: center;
}
