.topics__post_list {
  margin-top: 1.5rem;
}

.topics__post_list li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  max-width: 800px;
  margin-bottom: 1rem;
  padding: 1.5em;
  background-color: #f6f6f6;
  border-radius: .5rem;
}

.topics__post_pdf {
  margin-right: 1em;
}

.topics__post_text a {
  font-size: 1.2em;
  color: #d1323b;
  text-decoration: underline;
}

.topics__post_text p {
  line-height: 1;
  font-size: .8em;
}

.topics .p__pager {
  max-width: 50rem;
  margin: auto;
}

@media screen and (min-width: 768px) {
  .topics__post_pdf {
    margin-right: 2em;
  }
  .topics__post_text a {
    font-size: 1rem;
  }
}
/*# sourceMappingURL=topics.css.map */