
.post-card {
padding-bottom: 60px;
}
.post-card .content-main {
    max-width: 843px;
    width: 100%;
    margin: 0 auto;
}
 .post-card .content-card {
  background: #ffffff;
  border-radius: 12px;
  padding: 32px 36px;
  box-shadow: 0 2px 10px rgba(0,0,0,0.04);
  border: 1px solid #e6e6e6;
  margin-bottom: 20px;
}

.post-card .icon-text {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 18px;
}
.post-card .icon-text .icon {
    flex-shrink: 0;
    margin-top: -10px;
}
.post-card .content-card__body {

     margin-left: 33px;
    margin-top: -30px;
}
}
.post-card .content-card__body p:last-child {
  margin-bottom: 0;
}

/* 🔽 Responsive */
@media (max-width: 768px) {
  .post-card .content-card {
    padding: 24px;
  }

 .post-card .content-card__title {
    font-size: 18px;
  }

 .post-card .content-card__body p {
    font-size: 14px;
  }
}