/****************
 * Fonts
 ****************/
/****************
 * Colors
 ****************/
/****************
 * Grid Settings
 ****************/
/**************
 * Buttons
 **************/
/****************
 * Blocks
 ****************/
.block-related-posts.block-related-posts--color {
  padding: 3.125rem 0 3.125rem;
  margin: 0;
  background-color: #ebf2f7;
}
@media (min-width: 768px) {
  .block-related-posts.block-related-posts--color {
    padding: 10.0625rem 0 10.0625rem;
  }
}

*:not(section) + .block-related-posts--color {
  margin-top: 2.8125rem !important;
}
@media (min-width: 768px) {
  *:not(section) + .block-related-posts--color {
    margin-top: 5rem !important;
  }
}

.related-posts__top {
  margin-bottom: 1.125rem;
}
@media (min-width: 992px) {
  .related-posts__top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 3.9375rem;
  }
}
.related-posts__title {
  margin-bottom: 1.0625rem;
}
@media (min-width: 992px) {
  .related-posts__title {
    margin: 0;
  }
}
.related-posts__col:not(:last-child) {
  margin-bottom: 2.5rem;
}
@media (min-width: 992px) {
  .related-posts__col:not(:last-child) {
    margin-bottom: 0;
  }
}
@media (min-width: 992px) {
  .related-posts__col .post-card {
    height: 100%;
  }
}