.c-related-posts {
  overflow: hidden;
}
.c-related-posts__item {
  display: block;
  margin: 0 15px 45px 15px;
}
.c-related-posts__item-image-container {
  height: 16.7272727273vw;
}
@media (min-width: 1650px) {
  .c-related-posts__item-image-container {
    height: 276px;
  }
}
@media (max-width: 575.98px) {
  .c-related-posts__item-image-container {
    height: 40vw;
  }
}
.c-related-posts__item-image {
  width: 100%;
  height: auto;
}
.c-related-posts__item-title {
  font-family: "Montserrat", sans-serif;
  font-size: 1.5714285714em;
  font-weight: 500;
  color: #000000;
  margin: 15px 0 0 0;
}
@media (max-width: 1199.98px) {
  .c-related-posts__item-title {
    font-size: 1.2571428571em;
    margin: 12px 0 0 0;
  }
}
.c-related-posts__data {
  margin: 15px 0 0 0;
}
.c-related-posts__date {
  display: inline-block;
  font-family: "Montserrat", sans-serif;
  font-size: 0.9285714286em;
  color: #9b9b9b;
  margin: 0 15px 0 0;
  padding: 0 15px 0 0;
  position: relative;
}
.c-related-posts__date-bold {
  font-weight: 700;
}
.c-related-posts__comments {
  background: url("../images/icon-comments-gray.svg") no-repeat left center;
  display: inline-block;
  font-family: "Montserrat", sans-serif;
  font-size: 0.9285714286em;
  font-weight: 700;
  color: #9b9b9b;
  padding-left: 26px;
  margin: 0 15px 10px 0;
}
