.elementor-3353 .elementor-element.elementor-element-bbc0156{--display:flex;}/* Start custom CSS for html, class: .elementor-element-d71c358 */<style>
  section {
    max-width: 900px;
    margin: 2rem auto;
    padding: 2rem;
    background-color: transparent; /* Behold eksisterende bakgrunn */
    font-family: 'Segoe UI', Roboto, sans-serif;
    color: #ffffff; /* All tekst hvit som standard */
    line-height: 1.7;
  }

  h1 {
    font-size: 2rem;
    margin-bottom: 1.5rem;
    color: #ffffff;
    text-align: center;
  }

  h2 {
    font-size: 1.4rem;
    color: #ffffff;
    margin-top: 2rem;
    margin-bottom: 0.75rem;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    padding-bottom: 0.3rem;
  }

  p, li, ul {
    color: #ffffff;
  }

  a {
    color: #66ccff;
    text-decoration: none;
  }

  a:hover {
    text-decoration: underline;
  }

  @media (max-width: 600px) {
    section {
      padding: 1.5rem;
    }

    h1 {
      font-size: 1.6rem;
    }

    h2 {
      font-size: 1.2rem;
    }
  }
</style>/* End custom CSS */