@media (max-width: 992px) {
  .section-posts-cards {
    grid-template-columns: repeat(2, 1fr);
    gap: 1rem;
  }

  .section-posts-card {
    height: 9.7rem;
    border-radius: 0.625rem;
  }

  .section-posts-card-image img {
    height: 5rem;
    border-radius: 0.625rem 0.625rem 0px 0px;
  }

  .section-posts-card-desription {
    padding: 1rem;
  }

  .section-posts-card-desription p {
    font-size: 0.625rem;
    line-height: 1.125rem;
  }

  .section-posts-card-content {
    padding: 0.4rem 0.5rem;
  }

  .section-posts-card-title p {
    font-size: 0.625rem;
    line-height: 0.8125rem;
  }

  .section-posts-card-date-img svg {
    width: 0.75rem;
    height: 0.75rem;
  }

  .section-posts-card-date {
    align-items: center;
    gap: 0.3rem;
  }

  .section-posts-card-theme p,
  .section-posts-card-date p,
  .section-posts-card-views p {
    font-size: 0.625rem;
    line-height: 1rem;
  }
}