.wp-block-pulp-news-highlights {
  padding-top: 110px;
  padding-bottom: 110px;
}
@media (max-width: 1400px) {
  .wp-block-pulp-news-highlights {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}
@media (max-width: 991px) {
  .wp-block-pulp-news-highlights {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
.wp-block-pulp-news-highlights .mobile-header {
  display: none;
}
@media (max-width: 991px) {
  .wp-block-pulp-news-highlights .mobile-header {
    display: block;
    margin-bottom: 30px;
  }
}
.wp-block-pulp-news-highlights .other-featured-articles {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-column-gap: 60px;
  grid-row-gap: 50px;
}
@media (max-width: 991px) {
  .wp-block-pulp-news-highlights .other-featured-articles {
    grid-template-columns: 1fr;
  }
}
.wp-block-pulp-news-highlights .other-featured-articles .other-featured-article {
  display: flex;
  flex-direction: column;
  text-decoration: none;
}
.wp-block-pulp-news-highlights .other-featured-articles .other-featured-article .title {
  margin-bottom: 20px;
  flex: 1;
  transition: 0.3s ease-in-out;
}
.wp-block-pulp-news-highlights .other-featured-articles .other-featured-article:hover .title {
  color: #08439D;
}
