.blog__posts.articles-wrapper.next_prev_container .article{
  flex-direction: column; gap: 5px;
}
.blog__posts.articles-wrapper.next_prev_container .article .previous-article{
  align-self: flex-start;
}
.blog__posts.articles-wrapper.next_prev_container .article .next-article{
  align-self: flex-end;
}
.blog__posts.articles-wrapper.next_prev_container .article .previous-article a,
.blog__posts.articles-wrapper.next_prev_container .article .next-article a{
  color: rgb(var(--color-text));
  text-decoration: none;
}
