.posts_grid{align-items:center;column-gap:30px;display:flex;flex-wrap:wrap}.post_card{margin-bottom:34px;width:calc(33.33% - 20px)}.post_card__meta{align-items:center;display:flex;font-family:Source Sans Pro;font-size:14px;font-weight:400;line-height:18px;margin-bottom:12px}.post_card__author{color:#111213}.post_card__author:not(:last-child){margin-right:10px}.post_card__date{color:#83898e}.post_card__title{color:#111213;display:block;font-family:"Bree Serif";font-size:20px;font-weight:400;line-height:1.1;min-height:52px;text-decoration:none;transition:color .2s ease}.post_card__title:hover{color:#0072bc;text-decoration:none}@media (max-width:1000px){.post_card{width:calc(50% - 15px)}.posts_grid{column-gap:0}.post_card{margin-bottom:30px;width:100%}}@media (max-width:767px){.post_card{margin-bottom:24px}.post_card__meta{margin-bottom:8px}}