/* ===== Notícias nas páginas do Clero ===== */
.scj-clergy-news-section{
  margin-top:42px;
  padding:44px 0 52px;
  border-top:1px solid rgba(0,0,0,.08);
  background:#f8f8f7;
}

.scj-clergy-news-heading{
  margin:0 0 26px;
  color:#151515;
  font-family:Georgia,"Times New Roman",serif;
  font-size:clamp(26px,3.4vw,38px);
  font-weight:850;
  line-height:1.15;
  text-align:center;
}

.scj-clergy-news-grid{
  gap:22px 18px;
}

.scj-clergy-news-section .scj-news-card{
  background:#fff;
}

.scj-clergy-news-more{
  margin-top:26px;
}

.scj-clergy-news-empty{
  max-width:760px;
  margin:0 auto;
}

@media(max-width:900px){
  .scj-clergy-news-grid{
    grid-template-columns:repeat(2,minmax(0,1fr));
  }
}

@media(max-width:650px){
  .scj-clergy-news-section{
    margin-top:30px;
    padding:34px 0 40px;
  }

  .scj-clergy-news-grid{
    grid-template-columns:1fr;
  }
}
