@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@300');
body {
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
  }
  .hero-wrapper {
    position: relative;
  }
  .text-overlay {
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    max-width: 800px;
    height: 300px;
    background-color: #ffffff;
    padding: 2rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
    color: white;
    z-index: 10;
  }
  
  .logo {
    width: 500px;
    margin-bottom: 1rem;
  }
  
  h1 {
    text-align: left;
    color: #000000;
    font-size: 4.5rem;
    font-weight: 300;
  }
  h2 {
    text-align: center;
    color:#000000;
    font-size:4rem;
  }
  h3 {
    text-align: left;
    color:#000000;
    font-size:2.4rem;
    padding-top: 1rem;
  }
  h4 {
    text-align: center;
    padding-top:2rem;
    color:#ffffff;
    font-size:2rem;
  }
  h5 {
    text-align: center;
    font-size: 2rem;
    color: #000000;
  }
  p {
    text-align: center;
    padding-left:2rem;
    padding-right:2rem;
    color:#000000;
    font-size:1.5rem;
  }
  .section-1 {
    width: 100%;
    text-align: center;
  }
  .section-2 {
    width: 100%;
    text-align: center;
  }
  .section-3 {
    width: 100%;
    text-align: left;
  }
    .section-3 h2 {
    text-align: left;
  }
    .section-3 p {
    text-align: left;
    padding-left: 0rem;
    padding-bottom: 0rem;
  }
    .section-4 {
    width: 100%;
    text-align: left;
    background-color: #F5F6F7;
  }
  .section-4 h2 {
    padding-top: 2rem;
  }
    .section-4 p {
    text-align: left;
    font-size: 1.2rem;
    padding-left: 0rem;
    padding-right: 0rem;
  }
  .section-5 {
    width: 100%;
    text-align: left;
    background-color: #F5F6F7;
  }
  .section-5 p {
    text-align: left;
    font-size: 1.2rem;
    padding-left: 0rem;
    padding-right: 0rem;
  }
  .section-6 {
    width: 100%;
    text-align: left;
    background-color: #F5F6F7;
  }
  .section-6 p {
    text-align: left;
    font-size: 1.5rem;
    padding-left: 0rem;
    padding-right: 0rem;
  }
  .section-7 {
    width: 100%;
    text-align: left;
    background-color: #ffffff;
  }
  .section-7 p {
    font-weight: 600;
    font-size: 1.6rem;
  }
  .row-vertical {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
  .row-horizontal {
    padding-left: 2rem;
    padding-right: 2rem;
  }
  .features-box {
    overflow: hidden;
    padding:1rem;
    background-color: #ffffff;
    height: 100%;
  }
  .sustainability-box {
    overflow: hidden;
    background-color: #ffffff;
    height: 100%;
  }
  .windows-box {
    background-color: #ffffff;
    height: 100%;
  }
  .windows-text {
    background-color: #ffffff;
    padding: 1rem;
  }

  .circle-numbered-list {
    list-style: none;
    padding: 0;
    margin: 0;
  }

  .circle-numbered-list li {
    display: flex;
    align-items: flex-start;
    gap: 1rem;
    margin-bottom: 1.4rem;
    font-size: 1.6rem;
    color: #000000;
    text-align: left;
  }

  .circle-number {
    width: 3rem;
    height: 3rem;
    min-width: 3rem;
    min-height: 3rem;
    background-color: #000000;
    color: #ffffff;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 1.8rem;
  }
  @media (max-width: 768px) {
    .hero-wrapper {
      display: flex;
      flex-direction: column;
    }
  
    .text-overlay {
      position: static;
      transform: none;
      height: auto;
      width: 100%;
      max-width: none;
      padding: 1.5rem 1rem;
      margin-top: 0;
      order: -1;
      background-color: #ffffff;
      color: #000;
    }
  
    .logo {
      width: 100%;
      max-width: 300px;
      margin: 0 auto 1rem;
    }
  
    .text-overlay h1 {
      font-size: 2.5rem;
      text-align: center;
      color: #000;
    }
    h2 {
        font-size: 2.5rem;
    }
    h3 {
        font-size: 2rem;
    }
    p {
        font-size: 1.2rem;
        padding-left: 0rem;
        padding-right: 0rem;
    }
    .row-vertical {
        padding-top: 1rem;
        padding-bottom: 1rem;
    }
    .row-horizontal {
    padding-left: 0rem;
    padding-right: 0rem;
  }
    .section-2 h2 {
        padding-top: 1rem;
    }
    .section-3 h2 {
      padding-top: 2rem;
    }
    .section-3 h3 {
        font-size: 2rem;
    }
    .section-2 p {
        padding-bottom: 0rem;
    }
    .section-3 p {
        padding-bottom: 0rem;
    }
    .section-4 h3 {
      font-size: 2rem;
    }
    .section-6 p {
      padding-bottom: 0rem;
    }

  .circle-number {
      width: 2.5rem;
      height: 2.5rem;
      min-width: 2.5rem;
      min-height: 2.5rem;
      font-size: 1.5rem;
    }
}