.footer {
  background-color: #0b3861;
  padding: 2rem 1rem;
  width: 100%;
  color: #fff;
}

.footer-content {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.footer-content .footer-logo {
  width: 150px;
  margin-bottom: 1rem;
}

.footer-content-social {
  margin-bottom: 1rem;
}

.footer-content-social a {
  color: #fff;
  margin: 0 0.8rem;
}

.footer-content-icons a {
  margin: 0 0.3rem;
}

@media (min-width: 0) and (max-width: 860px) {
  .footer-content-social {
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .footer-content-social a {
    margin: 0;
  }
}
