/****************
 * Fonts
 ****************/
/****************
 * Colors
 ****************/
/****************
 * Grid Settings
 ****************/
/**************
 * Buttons
 **************/
/****************
 * Blocks
 ****************/
.related-posts {
  background-color: #2b2b2b;
  margin: 0;
  padding-top: 4rem;
  padding-bottom: 4rem;
}

@media (min-width: 576px) {
  .related-posts {
    padding-top: 5.25rem;
  }
}

@media (min-width: 768px) {
  .related-posts {
    padding-top: 6.5rem;
  }
}

@media (min-width: 1200px) {
  .related-posts {
    padding-top: 7.75rem;
  }
}

@media (min-width: 1410px) {
  .related-posts {
    padding-top: 9rem;
  }
}

@media (min-width: 576px) {
  .related-posts {
    padding-bottom: 4.859375rem;
  }
}

@media (min-width: 768px) {
  .related-posts {
    padding-bottom: 5.71875rem;
  }
}

@media (min-width: 1200px) {
  .related-posts {
    padding-bottom: 6.578125rem;
  }
}

@media (min-width: 1410px) {
  .related-posts {
    padding-bottom: 7.4375rem;
  }
}

@media (min-width: 576px) {
  .related-posts__top {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
}

.related-posts__title {
  margin: 0;
  color: #fff;
}

.related-posts__button {
  color: #dcc169;
}

.related-posts__button:hover, .related-posts__button:focus {
  color: #fff;
}

@media (min-width: 768px) {
  .related-posts .eight29-posts {
    grid-template-columns: repeat(3, 1fr);
  }
}

.related-posts .eight29-post-card {
  height: 100%;
}

@media (max-width: 1199.98px) {
  .related-posts .eight29-post-card {
    margin-bottom: 1.5rem;
  }
}
