
div#newsletter-listing {
  text-align: center;
}

div#newsletter-listing h3 {
  padding-top: 10px;
  margin-bottom: 0px;
}

.n-flex-container {
  display: flex;
  flex-direction: row-reverse;
  justify-content: center;
  align-items: center
}

.n-flex-container div {
  margin: 5px;
  padding: 5px 15px;
}

div.n-other-pubs {
  padding: 5px 15px;
  text-align: center;
}

@media (max-width: 675px) {
  .n-flex-container {
    flex-direction: column;
  }