#yrclinic-related-posts {
  width: 930px;
  max-width: calc(100% - 120px);
  margin: 80px auto 0;
  clear: both;
}

#yrclinic-related-posts .headline {
  margin: 0 0 32px;
  font-size: 28px;
  line-height: 1.4;
  text-align: center;
  color: #937960;
}

#yrclinic-related-posts .post_list {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 24px;
}

#yrclinic-related-posts .item {
  min-width: 0;
}

#yrclinic-related-posts .item a {
  display: block;
  color: inherit;
}

#yrclinic-related-posts .image_wrap {
  position: relative;
  overflow: hidden;
  aspect-ratio: 320 / 190;
  background: #f5f5f5;
}

#yrclinic-related-posts .image_wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

#yrclinic-related-posts .title {
  margin: 14px 0 0;
  font-size: 15px;
  line-height: 1.8;
}

#yrclinic-related-posts .title span {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}

@media screen and (max-width: 1221px) {
  #yrclinic-related-posts {
    max-width: calc(100% - 120px);
  }

  #yrclinic-related-posts .post_list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 18px;
  }
}

@media screen and (max-width: 800px) {
  #yrclinic-related-posts {
    width: auto;
    max-width: none;
    margin: 40px 20px 0;
  }

  #yrclinic-related-posts .headline {
    margin-bottom: 24px;
    font-size: 24px;
  }

  #yrclinic-related-posts .post_list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
  }

  #yrclinic-related-posts .title {
    margin-top: 10px;
    font-size: 14px;
    line-height: 1.7;
  }
}

@media screen and (max-width: 560px) {
  #yrclinic-related-posts .post_list {
    grid-template-columns: 1fr;
  }
}
