.homepagePara{
    margin: 0 auto;
    width: 80%;
}
.post-navigation {
  display: flex;
  justify-content: space-between;
  margin-top: 40px;
  padding: 20px 0;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
}

.related-posts-carousel {
  margin: 40px 0;
}
.related-posts-carousel .swiper-slide {
  text-align: center;
}
.related-posts-carousel img {
  width: 100%;
  height: auto;
  border-radius: 8px;
}
