.post-details.featured {
  min-width: 200px;
  max-width: 24%;
  width: 100%;
  margin-right: 1%;
  margin-bottom: 30px;
}

.post-details.featured img {
  width: 100%;
  height: 180px;
  border-radius: 15px;
  transition: all 0.2s ease;
}

.post-details.featured img:hover {
  filter: blur(1px);
  cursor: pointer;
}

@media (max-width: 500px) {
  .post-details.featured {
    max-width: 100%;
  }
}
