.article-footer__wrapper {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}

.article-footer__share {
  display: flex;
  justify-content: center;
}

.article-footer__nav {
  margin-top: 1rem;
}

@media screen and (min-width: 750px) {
  .article-footer__wrapper {
    gap: 3rem;
  }
} 
@media screen and (max-width: 768px) {
  .article-footer__share{
    justify-content: flex-start;
  }
}