.acf-related-posts {
  display: grid;
  grid-template-columns: auto auto auto auto;
  grid-gap: 14px;
}
.acf-related-posts-wrapper h3 {
  font-family: "Local Source Sans Pro", Sans-serif;
  font-size: 30px;
  color: #3e4349;
}
.acf-related-posts .image-box img {
  width: 100%;
  height: 140px;
  object-fit: cover;
}

.acf-related-posts .box-content {
  text-align: center;
}

.acf-related-posts .right-arrow {
  display: block;
}

@media (max-width: 768px) {
  .acf-related-posts {
    grid-template-columns: auto auto;
    grid-gap: 20px;
  }
  .acf-related-posts .image-box img {
    height: 200px;
    object-fit: cover;
  }
}
