footer.footer {
    color: #FFFFFF;
    font-family: "Inter-Tight", sans-serif;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.6;
    margin-top: 24px;
    border: 0;
    padding-top: 60px;
    padding-bottom: 40px;
  }
  
  a.footer-logo {
    display: block;
    margin-bottom: 16px;
  }
  
  .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: white;
    text-decoration: none;
    font-family: 'Inter-Tight',sans-serif;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.4;
  }
  
  .footer-bottom {
    border-top: 1px solid #2A2A2A;
    padding-top: 64px;
    margin-top: 64px;
    margin-bottom: 64px;
  }

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

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

    .footer-bottom
    {
        margin-top: 40px;
        padding-top: 40px;
        margin-bottom: 40px;
    }
  }

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

    .footer-bottom
    {
        margin-top: 32px;
        padding-top: 32px;
        margin-bottom: 32px;
    }
  }

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

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