.post-detail { border-radius: 0; margin-top: 0; }
.post-thumbnail img { width: 100%; height: auto; object-fit: cover; display: block; border-radius: 15px; }
.single-breadcrumb { margin-bottom: 40px; }
.post-back-btn { display: flex; justify-content: center; margin-top: 60px; }
.post-back-btn .feature-btn { width: 300px; height: 66px; }
.post-back-btn .feature-btn p { font-size: 18px; font-weight: 700; padding-left: 30px; }

@media (max-width: 900px) {
  .post-sidebar{ display: none; }
}
