.block-page-title-block .section-title,
.node-type-header.section-title,
.view-upcoming-events .section-title,
.search-more-detail-page .block-title {
  /* font-weight: 700;
  font-size: 28px;
  line-height: 34px; */
  text-align: center;
  color: var(--primary-color-light);
  /* padding-top: 36px;
  padding-bottom: 36px; */
  /* padding-top: 30px; */
  /* padding-bottom: 30px; */
  /* font-family: var(--secondary-font); */
  font-weight: 300;
  font-size: 72px;
  line-height: 1.2;
  padding-top: 74px;
  padding-bottom: 24px;
  margin: 0;
}
body:not(:has(.group_listing_page,
.enhanced_listing_page)) .block-page-title-block .section-title {
  padding-bottom: 74px;
}
/* body.events__listing__page .block-page-title-block .section-title {
  padding-top: 17px;
}  */
.card .section-title {
  font-weight: 600;
  font-size: 22px;
  line-height: 100%;
  color: var(--primary-color-light);
  font-family: var(--secondary-font);
}

@media screen and (min-width: 768px) and (max-width: 991px) {
  .section-title,
  .node-type-header.section-title,
  .block-page-title-block .section-title,
  .view-upcoming-events .section-title,
  .search-more-detail-page .block-title {
    font-size: 42px;
    /* line-height: 28px; */
    padding-top: 40px;
  }
  body:not(:has(.group_listing_page,
  .enhanced_listing_page)) .block-page-title-block .section-title {
    padding-bottom: 40px;
  }
}
@media screen and (max-width: 767px) {
  .section-title,
  .node-type-header.section-title,
  .block-page-title-block .section-title,
  .view-upcoming-events .section-title,
  .search-more-detail-page .block-title {
    font-size: 32px;
    /* line-height: 24px; */
    padding-bottom: 17px;
    padding-top: 20px;
  }
  body:not(:has(.group_listing_page,
  .enhanced_listing_page)) .block-page-title-block .section-title {
    padding-bottom: 20px;
  }
}
