.reparius-background {
  background: transparent linear-gradient(70deg, #00323e 0%, #135c69 60%, #518f96 100%) 0% 0%
    no-repeat padding-box;
  background-size: cover;
  background-position: center;
}

.background-illustration {
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background: transparent url('./assets/bg_illustration.svg') 0% 0% no-repeat padding-box;
  background-size: contain;
  background-position: 50% 30%;
  opacity: 1;
  display: flex;
  flex-direction: column;
}

.section-background {
  display: block;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  background: #518f96 0% 0% no-repeat padding-box;
  mix-blend-mode: multiply;
  opacity: 1;
}
