/* stylelint-disable */
:root {
  --breakpoint-xxl: 1920px;
  --breakpoint-xl: 1440px;
  --breakpoint-lg: 1280px;
  --breakpoint-md: 1024px;
  --breakpoint-md-d: 1023px;
  --breakpoint-md-s: 992px;
  --breakpoint-sm: 768px;
  --breakpoint-xs: 512px;
  --breakpoint-xxs: 390px;
}

/* stylelint-disable */
/* stylelint-disable */
/* stylelint-disable */
/*
  This mixin can be used to set the object-fit:
  @include object-fit(contain);

  or object-fit and object-position:
  @include object-fit(cover, top);
*/
.wp-block .posts-grid-section,
.posts-grid-section {
  padding: 50px 0;
  background: var(--sk-color-athens-gray-100);
}
.wp-block .posts-grid-section.bg-light,
.posts-grid-section.bg-light {
  background: var(--sk-color-athens-gray-100);
}
.wp-block .posts-grid-section.bg-dark,
.posts-grid-section.bg-dark {
  background: var(--sk-color-bg-primary);
}
.wp-block .posts-grid-section__posts-grid,
.posts-grid-section__posts-grid {
  margin-bottom: clamp(16px, 14.5142857143px + 0.0038095238 * 100vw, 20px);
}
.wp-block .posts-grid-section__posts-grid:last-child,
.posts-grid-section__posts-grid:last-child {
  margin-bottom: 0;
}
.wp-block .posts-grid-section__cta-wrap,
.posts-grid-section__cta-wrap {
  text-align: center;
  margin-bottom: clamp(16px, 14.5142857143px + 0.0038095238 * 100vw, 20px);
}
@media (min-width: 768px) {
  .wp-block .posts-grid-section__cta-wrap,
  .posts-grid-section__cta-wrap {
    text-align: left;
  }
}
.wp-block .posts-grid-section__cta-wrap:last-child,
.posts-grid-section__cta-wrap:last-child {
  margin-bottom: 0;
}
.wp-block .posts-grid-section__pagination,
.posts-grid-section__pagination {
  display: flex;
  justify-content: center;
  gap: 5px;
}
.wp-block .posts-grid-section__no-posts,
.posts-grid-section__no-posts {
  margin-top: 50px;
  text-transform: uppercase;
  text-align: center;
}
