.big-heading-with-background-media {
  position: relative;
}
.big-heading-with-background-media .background-media-wrapper,
.big-heading-with-background-media .background-media-wrapper picture,
.big-heading-with-background-media .background-media-wrapper::after {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.big-heading-with-background-media .background-media-wrapper img,
.big-heading-with-background-media .background-media-wrapper video {
  -o-object-position: center;
     object-position: center;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
  opacity: 0.9;
}
.big-heading-with-background-media .background-media-wrapper::after {
  content: "";
  background-color: rgba(0, 0, 0, 0.4);
}
.big-heading-with-background-media .inner {
  position: relative;
  padding: 50px 100px 50px 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  gap: 30px;
  max-width: 800px;
}
.big-heading-with-background-media .block-title {
  margin: 0;
}
.big-heading-with-background-media .heading {
  font-size: 1.5rem;
  font-weight: 400;
  margin: 0;
}
@media (width >= 768px) {
  .big-heading-with-background-media .inner {
    padding: 200px 100px;
  }
  .big-heading-with-background-media .heading {
    font-size: 2.5rem;
  }
}
/*# sourceMappingURL=block-big-heading-with-background-media.css.map */