footer {
  height: auto;
  margin-bottom: 50px;
}
footer div {
  display: flex;
  width: 60%;
  justify-content: space-between;
}
footer div .soc_logo {
  width: 55px;
}
footer .footA {
  height: 45px;
  border: 1px solid #ccc;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
}
footer .footA:hover {
  background-color: #000;
  color: #fff;
}/*# sourceMappingURL=footer-max.css.map */