.basic-content-element {
  background-color: #ebebeb;
  color: #04042b;
  position: relative;
}
.basic-content-element.dark {
  background-color: #04042b;
  color: #ffffff;
}
.basic-content-element .basic-content-bg-image {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-position: center;
  background-size: cover;
  z-index: 1;
}
.basic-content-element .dark-overlay {
  z-index: 2;
}
.basic-content-element .basic-content-content {
  z-index: 3;
  position: relative;
}
.basic-content-element .left-gradient {
  background-image: url("/gradients/left-gradient.svg");
  background-repeat: no-repeat;
  background-position: top left;
  background-size: 200px;
}
@media (min-width: 768px) {
  .basic-content-element .left-gradient {
    background-size: 250px;
  }
}
@media (min-width: 992px) {
  .basic-content-element .left-gradient {
    background-size: 400px;
  }
}
.basic-content-element .right-gradient {
  background-image: url("/gradients/right-gradient.svg");
  background-repeat: no-repeat;
  background-position: bottom right;
  background-size: 200px;
}
@media (min-width: 768px) {
  .basic-content-element .right-gradient {
    background-size: 250px;
  }
}
@media (min-width: 992px) {
  .basic-content-element .right-gradient {
    background-size: 400px;
  }
}
@media (min-width: 992px) {
  .basic-content-element .text-columns-2 {
    -moz-columns: 2;
         columns: 2;
  }
}
.basic-content-element .basic-content-image {
  width: 80%;
  max-width: 400px;
}
/*# sourceMappingURL=../../../dist/css/maps/elements/basic-content.css.map */
