.related_posts .block_title {
  text-align: center;
  margin-bottom: 100px; }

.related_posts .post_item {
  position: relative;
  background-color: #fff;
  margin-bottom: 60px; }
  .related_posts .post_item .img {
    width: 100%;
    height: 275px;
    background-size: cover !important; }
  .related_posts .post_item .content {
    padding: 30px 0 85px; }
  .related_posts .post_item h2 {
    font-size: 24px; }
  .related_posts .post_item .button {
    position: absolute;
    bottom: 30px;
    margin-left: 0; }
  .related_posts .post_item .cat_date {
    font-size: 14px;
    display: flex;
    padding-bottom: 20px; }
    .related_posts .post_item .cat_date a {
      font-size: 14px;
      font-family: 'Sailec W05 Medium'; }
  .related_posts .post_item .cats {
    padding: 0 14px 0 0;
    display: inline-block;
    display: flex; }
    .related_posts .post_item .cats a {
      margin-top: 1px;
      color: #28328C;
      text-decoration: underline;
      font-family: 'Sailec W05 Medium', 'Sailec W05 Regular', sans-serif; }
      .related_posts .post_item .cats a::after {
        content: ", ";
        padding-right: 7px; }
      .related_posts .post_item .cats a:last-child::after {
        content: "";
        padding-right: 5px; }

.related_posts_container {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-column-gap: 135px; }

@media only screen and (max-width: 1280px) {
  .related_posts_container {
    grid-column-gap: 40px; } }

@media only screen and (max-width: 980px) {
  .related_posts_container {
    grid-template-columns: 1fr 1fr; }
  .post_item .img {
    height: 270px; }
  .post_item .content {
    padding: 25px 20px 70px; }
  .post_item h2 {
    font-size: 22px; }
  .related_posts .block_title {
    margin-bottom: 60px; } }

@media only screen and (max-width: 650px) {
  .related_posts_container {
    grid-template-columns: 1fr; }
  .post_item {
    margin-bottom: 40px; }
    .post_item .img {
      height: 350px; }
    .post_item h2 {
      font-size: 24px; } }

@media only screen and (max-width: 430px) {
  .post_item .img {
    height: 250px; }
  .post_item h2 {
    font-size: 22px; } }
