.footer-projects {
  line-height: 1;
}

.footer-projects .footer-projects__title {
  margin-bottom: 2em;
  font-size: 16px;
  font-weight: 500;
}

.footer-projects .footer-projects__list {
  display: flex;
  flex-direction: column;
  gap: 30px;
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 0;
  font-size: 28px;
  font-weight: 400;
  font-stretch: semi-condensed;
  list-style: none;
}

.footer-projects .footer-projects__list img {
  display: block;
  width: auto;
  height: 1em;
}

.footer-projects a {
  text-decoration: none;
  color: inherit;
}

.footer-projects a:hover {
  opacity: 0.5;
}

@media (min-width: 576px) {
  .footer-projects .footer-projects__list {
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
  }
}
