.jost_footer {
    padding: 3rem 0 1rem;
    background: #000;
  }
  .footer_logo {
    max-width: 125px;
    margin: 0 0 1rem;
  }
  
  .jost_footer p {
    font-size: 1rem;
    font-weight: 400;
    color: #fff;
    text-decoration: none;
  }
  a{
    text-decoration: none;
  }