.landing-page .posts-list-page {
  margin-top: 92px !important;
}

.posts-list-page .posts-sidebar {
  top: 110px;
  z-index: 5 !important;
}

.posts-list-page .category-link.active {
  background: rgba(48, 142, 135, 0.12);
  border-color: rgba(48, 142, 135, 0.3);
  color: #1f5f5a;
  font-weight: 700;
}

@media (max-width: 991px) {
  .landing-page .posts-list-page {
    margin-top: 36px !important;
  }

  .posts-list-page .posts-sidebar {
    top: auto;
    position: relative !important;
  }
}
