@import url(https://fonts.googleapis.com/css?family=Lato:300,400,700);
.topic__contents h3 {
  margin: 30px 0 20px;
  font-size: 18px;
}
@media screen and (max-width: 767px) {
  .topic__contents ol, .topic__contents ul {
    padding: 0 0 0 2em;
  }
}
.topic__contents ol li, .topic__contents ul li {
  margin-bottom: 10px;
}
.topic__contents > div.pic {
  margin: 30px 0;
  max-width: 100%;
  text-align: center;
}
.topic__contents > *:last-child {
  margin-bottom: 30px;
}

/*# sourceMappingURL=news.css.map */
