/* [project]/src/components/share/banners/banner.module.css [app-client] (css) */
.banner-module__4W18PW__container {
  z-index: 1;
  background-color: #0000;
  background-image: linear-gradient(163deg, #1c6db6 0%, #20a795 86%);
  justify-content: center;
  align-items: center;
  min-height: 39vh;
  padding-bottom: 0;
  display: flex;
  position: relative;
  overflow: hidden;
}

.banner-module__4W18PW__container:before {
  content: "";
  z-index: 0;
  opacity: .3;
  pointer-events: none;
  background-image: url("/assets/images/banner-bg-lines.svg");
  background-position: 100% 10%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

@media (max-width: 768px) {
  .banner-module__4W18PW__container {
    height: auto;
    min-height: 250px;
    padding: 40px 20px;
  }

  .banner-module__4W18PW__container:before {
    opacity: .2;
    background-position: center;
  }
}

/*# sourceMappingURL=src_components_share_banners_banner_module_86da8eb5.css.map*/