footer {
  display: flex;
  background-color: var(--cl-dark-blue);
  padding-block: 60px;
  overflow: hidden;
  font-size: 24px;
  justify-content: center;
}

.footer-wrapper {
  display: flex;
  margin: 0 auto;
  justify-content: space-between;
  color: var(--cl-white);
}

.footer-wrapper > div {
  flex: 0 0 auto;
  color: var(--cl-white);
}

.footer-wrapper > div > img {
  width: 280px;
}

.footer-wrapper .title-footer {
  font-family: "Glacial Indifference Bold";
}

.footer-wrapper ul {
  list-style: none;
  flex-basis: 25%;
  padding: 0;
  margin-bottom: auto;
}

.footer-wrapper li {
  font-size: 24px;
  font-weight: var(--f-Medium);
  padding: 5px 0;
  margin-bottom: 0;
}

.footer-wrapper a {
  color: var(--cl-white);
  text-decoration: none;
}

.footer-wrapper li a:hover,
.footer-wrapper li a.active {
  font-family: "Glacial Indifference Bold";
}

.footer-wrapper .title {
  font-size: 15px;
  font-weight: var(--f-Black);
  color: var(--cl-light-green);
  padding: 0 0 10px;
}

