.single-resource .resource-main .entry-content {
  padding-top: var(--wp--preset--spacing--xl);
}
.single-resource .resource-main .resource-single-pre-content__img {
  aspect-ratio: 16/9;
  overflow: hidden;
  background-color: #000;
  margin-top: 0;
  margin-bottom: 0;
}
.single-resource .resource-main .resource-single-pre-content__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center center;
     object-position: center center;
}
.single-resource .resource-main .resource-single-hero {
  padding: var(--wp--preset--spacing--xxl) var(--wp--preset--spacing--m);
  background-image: url("../images/hero/blog-single.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: bottom right;
  border-bottom: 1px solid var(--wp--preset--color--light-background);
}
.single-resource .resource-main .resource-single-hero__category {
  font-weight: 700;
  font-size: var(--wp--preset--font-size--x-small);
  letter-spacing: 1px;
  text-transform: uppercase;
  line-height: 1.42;
  margin-top: 0;
}
.single-resource .resource-main .resource-single-hero__inner {
  max-width: 1296px;
  padding: 0 48px;
  margin: 0 auto;
}
.single-resource .resource-main .resource-single-hero__inner h1 {
  margin-top: var(--wp--preset--spacing--m);
  margin-bottom: 0;
  max-width: 720px;
}
.single-resource .resource-main .resource-single-hero__subtitle {
  font-size: var(--wp--preset--font-size--standard);
  line-height: 1.3;
  margin-top: var(--wp--preset--spacing--s);
  max-width: 720px;
}

@media screen and (max-width: 767px) {
  .single-resource .resource-main .entry-content {
    padding-top: var(--wp--preset--spacing--m);
  }
  .single-resource .resource-main .entry-content .pre-footer-cta {
    margin-top: 0;
  }
  .single-resource .resource-main .entry-content .pre-footer-cta .wp-block-buttons {
    gap: var(--wp--preset--spacing--s);
    margin-top: 48px;
  }
  .single-resource .resource-main .entry-content .pre-footer-cta .wp-block-buttons > .wp-block-button {
    display: block;
    margin: 0;
    width: 100%;
  }
  .single-resource .resource-main .entry-content .pre-footer-cta .wp-block-buttons > .wp-block-button a {
    margin-top: 0;
  }
  .single-resource .resource-main .entry-content .pre-footer-cta .wp-block-heading, .single-resource .resource-main .entry-content .pre-footer-cta p {
    text-align: center;
  }
  .single-resource .resource-main .resource-single-pre-content__cards {
    grid-template-columns: repeat(1, 1fr);
    margin-top: 0;
  }
  .single-resource .resource-main .resource-single-pre-content__img {
    margin-bottom: var(--wp--preset--spacing--m);
  }
  .single-resource .resource-main .resource-single-hero {
    padding-top: var(--wp--preset--spacing--l);
    padding-bottom: var(--wp--preset--spacing--l);
  }
  .single-resource .resource-main .resource-single-hero .resource-single-hero__inner {
    padding: 0;
  }
  .single-resource .resource-main .resource-single-hero .resource-single-hero__subtitle {
    font-size: var(--wp--preset--font-size--regular);
  }
}