.footer {
  height: 50px;
}
.footer {
  width: max-content;
  margin: auto;
  margin-bottom: 20px;
}
.footer .footer-list-icon ul {
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  list-style-type: none;
  width: 300px;
  margin: 20px auto;
  padding: 0;
  display: none;
}
@media (max-width: 925px) {
  .footer {
    height: 150px;
  }
  .footer p {
    margin-bottom: 20px;
    font-size: 14px;
  }
  .footer .footer-list-icon ul {
    display: flex;
  }
}
