/* FOOTER */
footer {
  padding: 0!important;
}
.footer {
  padding: 0 0 30px 0;
}
.footer-top {
  padding: 120px 0 20px 0;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
.footer-top img.footer-logo {
    filter: brightness(0) invert(1);
}
.footer-bottom {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding-top: 50px;
  padding-bottom: 60px;
}
.footer-bottom .block h2 {
  margin-bottom: 20px!important;
}
.footer-bottom .block p {
  font-size: 1rem!important;
  line-height: 1.6rem!important;
}
.footer-bottom .block:nth-child(1) p {
  cursor: pointer;
}
.directions, .copyright {
  margin-top: 30px!important;
}
.footer-top .social-links a i {
    font-size: 1.6rem;
    color: #0f4b91!important;
    border-radius: 500px;
    width: 50px;
    background: white;
    height: 50px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-right: 15px;
}

@media (max-width: 900px) {
  .footer-logo {
    margin-bottom: 40px;
  }
  .footer-bottom .block {
    width: 50%;
    margin-bottom: 50px;
  }
  .footer-top {
    align-items: baseline;
    flex-direction: column;
  }
  .footer-top .social-links a i {
    font-size: 1.2rem;
    width: 35px;
    height: 35px;
  }
}
@media (max-width: 640px) {
  .footer-logo {
    width: 80%;
  }
  .footer-bottom .block {
    width: 100%;
    margin-bottom: 50px;
  }
}
