.footer {
    background-color: #E3E7EB;
    color: #777 ;
    padding: 20px 0;
  }

  .footer h4 {
    font-size: 0.8rem;

  }

  .footer p,
  .footer ul {
    font-size: 0.7rem;
  }

  .footer ul {
    list-style: none;
    padding: 0;
  }

  .footer ul li {
    margin-bottom: 0.4rem;
  }

  .footer ul li a {
    color: #777;
    text-decoration: none;
  }

  .footer ul li a:hover {
    color: #007bff;
  }
