.site-footer {
  min-height: 70px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-color: #0159a8;
  color: #fff;
}
.footer-social > a > i {
  text-decoration: none;
  color: #fff;
  margin-left: 5px;
}
@media (max-width: 768px) {
  .footer-social,
  .footer-copy {
    text-align: center !important;
  }
  .footer-social {
    margin-bottom: 10px;
  }
}
