.blog-feed {
  padding: 50px 20px;
}
.feed-posts {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}
.post-item img {
  width: 100%;
  height: auto;
}
.read-more {
  display: inline-block;
  margin-top: 10px;
  color: #007bff;
  text-decoration: none;
}
.read-more:hover {
  text-decoration: underline;
}
