footer {
  background-color: var(--primary-color);
  text-align: center;
  padding: 40px 0;
  background-color: #F9F9F9;
  padding: 40px 0;
}
footer p {
  font-family: "Inter";
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 15px;
  text-align: center;
  color: #666666;
}
footer ul {
  display: flex;
  justify-content: space-between;
  margin: 2rem 0;
  padding-left: 0;
}
@media (max-width: 991px) {
  footer ul {
    margin: 1rem 0;
  }
}
@media (max-width: 991px) {
  footer ul {
    display: flow;
  }
}
footer ul li {
  list-style: none;
}
footer ul li a {
  display: inline-block;
  font-family: "Inter";
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 15px;
  text-align: center;
  color: #666666;
  font-weight: 700;
  text-decoration: none;
}