
.footer {
  background: var(--blue);
  color: #fff;
  padding: 3rem 0;
}

.footer-quote {
  padding-left: 15px;
  border-left: 1px solid #fff;
  font-size: 18px;
  line-height: 1.35;
}

.footer .legal-text {
  font-size: 13px;
}

@media screen and (max-width: 991px) {

  .footer {
    padding-bottom: 6.5rem;
  }
  
  .footer-quote {
    font-size: 16px;
    margin: 1rem 0 4rem;
  }
}
