/****************
 * Fonts
 ****************/
/****************
 * Colors
 ****************/
/****************
 * Grid Settings
 ****************/
/**************
 * Buttons
 **************/
/****************
 * Blocks
 ****************/
.related-posts {
  padding-top: 5rem;
  padding-bottom: 5rem;
  margin-bottom: 5rem;
}
@media (min-width: 992px) {
  .related-posts {
    padding-top: 6.25rem;
    padding-bottom: 5rem;
  }
}
@media (min-width: 1320px) {
  .related-posts {
    padding-top: 11rem;
    padding-bottom: 7.4375rem;
  }
}
.related-posts--color {
  background: #edeef7;
}
.related-posts__container {
  padding-bottom: 4.25rem;
  position: relative;
}
@media (min-width: 992px) {
  .related-posts__container {
    padding-bottom: 0;
  }
}
.related-posts__all-link.c-btn.c-btn-icon-right {
  position: absolute;
  bottom: 0;
}
@media (min-width: 992px) {
  .related-posts__all-link.c-btn.c-btn-icon-right {
    padding-left: 1.875rem;
    position: static;
  }
}
@media (min-width: 992px) {
  .related-posts__top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 5rem;
  }
}
.related-posts__title {
  margin-bottom: 0;
}
@media (min-width: 992px) {
  .related-posts__title {
    padding-right: 1.875rem;
  }
}
.related-posts__col {
  margin-bottom: 2.4375rem;
}
.related-posts__col:last-child {
  margin-bottom: 0;
}
@media (min-width: 992px) {
  .related-posts__col:last-child {
    margin-bottom: 2.4375rem;
  }
}