footer.footer {
    color: #252525;
    font-family: "Google Sans", sans-serif;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.6;
    margin-top: 80px;
    border: 0;
    padding-top: 60px;
    padding-bottom: 24px;
    background-color: #F6F6F6;
  }

  a.footer-logo {
    display: block;
    margin-bottom: 16px;
  }

  footer.footer a.footer-logo {
    color: var(--accent-color);
  }

  .footer .links{
    margin-bottom: 30px;
  }

  .footer .links a {
    padding-right:30px;
  }

  .footer-links-title {
    font-size: 24px;
    font-weight: 700;
    line-height: 1.4;
    margin-bottom: 24px;
  }

  @media only screen and (max-width: 787px) {
    .footer-links-title {
        margin-top: 48px;
    }
  }

  .footer a,
  .footer a:hover {
    color: #252525;
    text-decoration: none;
    font-family: 'Google Sans',sans-serif;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.4;
  }

  .footer-bottom {
    border-top: 1px solid #E0E0E0;
    padding-top: 24px;
    margin-top: 32px;
    margin-bottom: 0;
  }

  /* <= 992px (MD) */
  @media (max-width: 992px)
  {
      footer.footer
      {
        padding-top: 24px;
        padding-bottom: 0px;
      }

    p.footer-links-title
    {
        margin-top: 16px;
    }

    .footer-bottom
    {
        margin-top: 24px;
        padding-top: 20px;
        margin-bottom: 0;
    }
  }

  /* <= 768px (SM) */
  @media (max-width: 768px)
  {
    p.footer-links-title
    {
        margin-top: 0px;
    }

    .footer-bottom
    {
        margin-top: 20px;
        padding-top: 16px;
        margin-bottom: 0;
    }
  }

footer .row > [class*='col-']
{
     margin-bottom: 24px;
}
