.related-posts {
  padding: 0 32px;
  max-width: 1264px;
  margin: 160px auto;
}

.rel-slide {
  border-radius: 16px;
  overflow: hidden;
  border: 1px solid #E5E7EB;
  height: unset;
}

.rel-img {
  aspect-ratio: 390/240;
}
.rel-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.rel-box {
  padding: 24px;
}
.rel-box .text {
  margin: 12px 0 16px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
}

.rel-title {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
}

.rel-link {
  line-height: 1.5;
  color: #155EEF;
  font-family: Medium;
}
.rel-link:visited {
  color: #155EEF;
}
.rel-link:hover {
  text-decoration: underline;
}

.rel-swiper {
  overflow: unset;
}

.rel-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 48px;
}

.swiper-navs {
  width: 104px;
  height: 48px;
  position: relative;
}

.swiper-button-prev {
  left: unset;
  top: 0;
  margin-top: unset;
}

.swiper-button-next {
  right: 0;
  top: 0;
  margin-top: unset;
}

.swiper-button-prev:after, .swiper-button-next:after {
  display: none;
}

.swiper-nav {
  width: 48px;
  height: 48px;
  border: 1px solid #D1D5DB;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.swiper-nav svg {
  height: 10px;
  width: 6px;
}

.swiper-button-prev svg {
  transform: rotate(180deg);
}

@media (max-width: 768px) {
  .swiper-navs {
    width: 72px;
    min-width: 72px;
    height: 32px;
  }
  .swiper-nav {
    width: 32px;
    height: 32px;
  }
  .related-posts {
    padding: 0 16px;
    margin: 64px auto;
  }
  .rel-head {
    margin-bottom: 24px;
  }
  .rel-slide {
    border-radius: 10px;
  }
  .rel-img {
    aspect-ratio: 330/240;
  }
  .rel-title {
    font-size: 18px;
  }
  .rel-box .text {
    font-size: 14px;
    line-height: 1.4;
  }
}