.cat_list_item_featured .preview-paragraph {
  font-size: 1.2rem;
  font-family: 'Lato', sans-serif;
  color: black;
  display: none;
}

.cat_list_item .author_about_compact .author_about_name {
  font-size: 1rem;
}

.cat_list_wrap .cat_list_item .cat_list_person h3 {
  font-size: 1.5rem;
  font-weight: 700;
}

.author_about_text_content .author_about_name {
  font-size: 1rem;
}

@media screen and (min-width: 720px) {
  .cat_list_item_featured .preview-paragraph {
    display: block;
  }

  .author_about_text_content .author_about_name {
    /* font-family: PTSerif, sans-serif; */
    font-family: 'Lato', sans-serif;
    font-size: 1.2rem !important;
    line-height: 1.3em;
  }
}

