.footer-simple {
  margin: 5rem 0 1.25rem 0;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 50px;
  flex-direction: column;
}
@media (min-width: 48rem) {
  .footer-simple {
    flex-direction: row;
  }
}
.footer-simple__item {
  font-size: 0.875rem;
  font-weight: 400;
  color: #A2AFB6;
}
.footer-simple__item a {
  color: #A2AFB6;
}
.footer-simple__item a:hover {
  opacity: 0.9;
}