footer {
  overflow: hidden;
  display: flex;
  background-color: #222831;
  justify-content: space-around;
  position: relative;
}
footer a {
  text-decoration: none;
  color: #EEEEEE;
}
footer .logo1 {
  max-height: 175px;
  padding: 0;
}
footer img {
  max-height: 76px;
  padding: 20px;
}
footer div {
  display: flex;
  align-items: center;
  color: #EEEEEE;
  font-size: 20px;
  justify-content: center;
}

@media (max-width: 768px) {
  footer {
    flex-direction: column;
  }
}

/*# sourceMappingURL=footer.css.map */
