.roundArticles {
  width: 100%;
  margin-top: 40px;
}
.roundArticles .ritem {
  display: flex;
  width: 100%;
  cursor: pointer;
  margin-bottom: 15px;
}
.roundArticles .ritem .text {
  font-size: 16px;
  font-weight: 400;
  color: #131315;
  width: 4em;
}
.roundArticles .ritem .atitle {
  font-size: 16px;
  font-weight: 400;
  color: #575661;
  max-width: calc(100% - 4em);
}
/*# sourceMappingURL=round_articles.css.map */