/****************
 * Fonts
 ****************/
/****************
 * Colors
 ****************/
/****************
 * Grid Settings
 ****************/
/**************
 * Buttons
 **************/
/****************
 * Blocks
 ****************/
.related-posts {
  padding-top: 5rem;
  padding-bottom: 3.625rem;
  margin: 0;
}
@media (min-width: 992px) {
  .related-posts {
    padding-top: 6.25rem;
    padding-bottom: 5rem;
  }
}
@media (min-width: 1320px) {
  .related-posts {
    padding-top: 11rem;
    padding-bottom: 4.75rem;
  }
}
.related-posts--color {
  background: #EDF6FE;
}
.related-posts__container {
  position: relative;
}
@media (min-width: 992px) {
  .related-posts__all-link.c-btn.c-btn-icon-right {
    padding-left: 1.875rem;
  }
}
.related-posts__top {
  margin-bottom: 1.9375rem;
}
@media (min-width: 992px) {
  .related-posts__top {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    margin-bottom: 5rem;
  }
}
.related-posts__top .c-btn.c-btn-icon-right {
  padding-right: 0.1875rem;
}
.related-posts__title {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .related-posts__title {
    max-width: 60%;
    padding-right: 1.875rem;
    margin-bottom: 0;
  }
}
@media (min-width: 992px) {
  .related-posts__col {
    margin-bottom: 2.4375rem;
  }
  .related-posts__col:last-child {
    margin-bottom: 0;
  }
}
.related-posts__slider-mobile {
  padding-bottom: 1.375rem;
}
@media (max-width: 991.98px) {
  .related-posts__slider-mobile {
    display: flex;
    justify-content: center;
  }
}
.related-posts .slick-list {
  margin-bottom: 0.3125rem;
}
.related-posts .slick-arrow {
  width: 3rem;
  height: 3rem;
  position: static;
  top: unset;
  bottom: 0.5rem;
  transform: none;
}
.related-posts .slick-arrow:after {
  font-size: 1.5rem;
}
.related-posts .slick-prev {
  left: 17%;
  order: 1;
}
.related-posts .slick-next {
  right: 17%;
  order: 3;
}
.related-posts .slick-dots {
  max-width: none;
  padding: 0 1rem;
  order: 2;
  margin: 0;
}
.related-posts .slick-dots li {
  line-height: 0;
}