:root {
  --sidebar-width: 28rem;
  --layout-gap: 6rem;
  --wp--style--block-gap: clamp(3.5rem, 2.737rem + 1.404vw, 4rem);
}

@media (min-width: 1300px) {
  :root {
    --sidebar-width: 32rem;
    --layout-gap: 8rem;
  }
}
.story {
  padding: var(--wp--preset--spacing--normal);
  background: linear-gradient(111deg, rgba(225, 231, 233, 0.05) 10%, rgba(225, 231, 233, 0.55) 90%);
}
@media (min-width: 1024px) {
  .story {
    padding: var(--wp--preset--spacing--m);
  }
}
@media (min-width: 1300px) {
  .story {
    padding: var(--wp--preset--spacing--l);
  }
}
.story + .story {
  margin-top: var(--wp--preset--spacing--m);
}
.story__head {
  line-height: 0;
  margin-bottom: var(--wp--preset--spacing--normal);
  border-bottom: 1px solid #F3941F;
}
.story__head img {
  width: 100%;
  height: auto;
  line-height: 0;
}
.story__head--title {
  padding: 2.5rem 0;
}
.story__head--title h3 {
  font-size: var(--wp--preset--font-size--font-36);
  margin: 0;
}
.story__head--title h3 span {
  display: block;
  font-size: var(--wp--preset--font-size--font-24);
  font-weight: 400;
  padding-top: 0.5ch;
  color: #0D497D;
}
@media (min-width: 700px) {
  .story__head {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 5%;
    padding: 2rem 0;
    border-top: 1px solid #F3941F;
  }
  .story__head--image {
    width: 40%;
  }
  .story__head--title {
    width: 55%;
  }
}
@media (min-width: 900px) {
  .story__head--image {
    width: 340px;
  }
  .story__head--title {
    width: calc(95% - 340px);
  }
}
@media (min-width: 1300px) {
  .story__head--image {
    width: 380px;
  }
  .story__head--title {
    width: calc(95% - 380px);
  }
}
.story__body h5 {
  font-size: var(--wp--preset--font-size--font-24);
  margin: 3.5ch 0 2ch 0 !important;
}
.story__body p {
  padding-left: var(--wp--preset--spacing--normal);
  border-left: 1px solid #165A5D;
}/*# sourceMappingURL=block-stories.css.map */