/*!********************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./assets/src/scss/heading-with-text-background.scss ***!
  \********************************************************************************************************************************************/
.heading-with-text-background {
  width: 100vw;
  position: relative;
  margin-left: -50vw;
  left: 50%;
  padding: 20px 0;
}
.heading-with-text-background-wrapper {
  display: grid;
  grid-template-columns: 2fr 1fr;
  color: #fff;
  align-items: start;
}
@media (max-width: 768px) {
  .heading-with-text-background-wrapper {
    grid-template-columns: 1fr;
    text-align: l;
  }
}
.heading-with-text-background-wrapper a {
  color: #fff;
}
.heading-with-text-background-text {
  text-align: right;
}
@media (max-width: 768px) {
  .heading-with-text-background-text {
    text-align: left;
  }
}
.heading-with-text-background .background-video,
.heading-with-text-background .background-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 0;
}
.heading-with-text-background .background-image {
  background-size: cover;
  background-position: top;
}
.heading-with-text-background .background-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 184, 197, 0.85);
  z-index: 1;
}
.heading-with-text-background .heading-with-text-background .container,
.heading-with-text-background .heading-with-text-background-wrapper {
  position: relative;
  z-index: 1;
}

.service .heading-with-text-background .background-overlay {
  background-color: rgba(30, 126, 74, 0.85);
}
