wellspring-block-general-purpose {
  display: block
}
wellspring-block-general-purpose.wellspring-block-general-purpose {
  position: relative;
  left: 50%;
  right: 50%;
  width: 100cqw;
  max-width: unset;
  margin-left: -50cqw;
  margin-right: -50cqw;
  padding-block: clamp(30px,5cqw,70px);
  padding-inline: calc(50cqw - 50%)
}
wellspring-block-general-purpose .background {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1
}
wellspring-block-general-purpose .background > img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center
}
wellspring-block-general-purpose.style-none {
  padding-block: 0
}
wellspring-block-general-purpose.style-none .background {
  display: none
}
wellspring-block-general-purpose.style-color .background {
  background-color: var(--background-color,transparent)
}