/* Do not edit anything below */
.related-posts-section {
  position: relative;
  overflow: hidden;
}
.related-posts-section .related-posts-grid {
  display: flex;
  justify-content: space-between;
  gap: 2.5rem;
  max-inline-size: 75rem;
}
.related-posts-section .swiper {
  overflow: visible;
}
.related-posts-section .heading-col {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: clamp(1.5rem, 1.5rem + 0.5 * (100vw - 48rem) / 27, 2rem);
}
.related-posts-section .title {
  font-family: "Oldschool Grotesk", -apple-system, blinkmacsystemfont, "avenir next", "avenir, segoe ui", "helvetica neue", helvetica, ubuntu, roboto, noto, arial, sans-serif;
  font-size: clamp(2.25rem, 2.25rem + 0.75 * (100vw - 48rem) / 27, 3rem);
  font-weight: 400;
  line-height: 1;
  letter-spacing: -0.03em;
}
.related-posts-section .title i {
  font-family: "Source Serif Pro", georgia, serif;
  font-style: italic;
  font-weight: 600;
}
.related-posts-section .related-posts-slider {
  margin-block-start: clamp(2rem, 2rem + 1 * (100vw - 48rem) / 27, 3rem);
}
.related-posts-section .swiper-slide {
  inline-size: 21.625rem;
  max-inline-size: 75%;
}
.related-posts-section .insight-card {
  color: inherit;
  text-decoration: none;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.related-posts-section .insight-card:hover, .related-posts-section .insight-card:focus-visible {
  color: inherit;
}
.related-posts-section .insight-card:hover .insight-card__image img, .related-posts-section .insight-card:focus-visible .insight-card__image img {
  transform: scale(1.03);
}
.related-posts-section .insight-card__image {
  aspect-ratio: 280/300;
  border-radius: 0.75rem;
  overflow: hidden;
}
.related-posts-section .insight-card__image img {
  inline-size: 100%;
  block-size: 100%;
  transition: transform 0.4s ease;
  object-fit: cover;
}
@media (width >= 576px) {
  .related-posts-section .insight-card__image {
    aspect-ratio: 346/226;
  }
}
.related-posts-section .insight-card__meta {
  color: rgba(0, 0, 0, 0.6);
  font-family: "Source Serif Pro", georgia, serif;
  font-size: clamp(1rem, 1rem + 0.125 * (100vw - 48rem) / 27, 1.125rem);
  font-weight: 400;
  line-height: 1.4;
  letter-spacing: -0.04em;
}
.related-posts-section .insight-card__title {
  font-family: "Oldschool Grotesk", -apple-system, blinkmacsystemfont, "avenir next", "avenir, segoe ui", "helvetica neue", helvetica, ubuntu, roboto, noto, arial, sans-serif;
  font-size: clamp(1.25rem, 1.25rem + 0.25 * (100vw - 48rem) / 27, 1.5rem);
  font-weight: 400;
  line-height: 1.4;
  letter-spacing: -0.02em;
}