.related-wrap {
  margin-top: 2rem;
  margin-bottom: 2rem;
}
.related-wrap h2 {
  text-transform: uppercase;
  font-size: 1.6rem;
  margin-bottom: 1.3rem;
  color: #f5426b;
}

.related-wrap article {
  border-bottom: 1px solid #cecdcd;
  margin-bottom: 0.8rem;
}

.related-wrap article:last-of-type {
  border-bottom: 0;
}

.related-posts a {
  display: flex;
  align-items: center;
  padding-bottom: 0.8rem;
  color: #121212 !important;
}

.related-posts h3 {
  font-size: 1.5rem;
  line-height: 1.2;
  margin-bottom: 0;
  position: relative;
  top: 1px;
  font-family: Suisse Medium, Arial, sans-serif !important;
}

.related-posts svg {
  width: 16px;
  margin-right: 1rem;
}

@media (min-width: 768px) {
  .related-wrap h2,
  .related-posts h3 {
    font-size: 2rem;
  }
}
