/* Extracted Inline Styles */
section.hero h1,
    section.hero .h4 {
      /* color: #fff !important; */
      text-align: center;
      font-size: 60px;
    }

    section.hero {
      height: 700px;
    }

    .hero {
      min-height: 100%;
      text-align: left;
      padding: 3rem 0;
    }

    .hero {
      display: block;
      /* background: linear-gradient(180deg, #0065ff -70%, #000518 19%, #000519 65%, #0065ff 109%); */
      background: url('../img/jan-design/new-background.svg?v=202507111002');
      background-position: top;
      background-repeat: no-repeat;
      background-size: cover;
      opacity: 1;
      padding-bottom: 0;
      text-align: center;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-direction: column;
      flex-direction: column;
      -ms-flex-pack: center;
      justify-content: center;
    }
