body {
      font-family: 'Albert Sans', sans-serif;
      margin: 0;
      padding: 0;
      background: #ffffff;
      color: #392617;
    }

    .section-title {
      text-align: center;
      font-size: 3.5rem;
      color: #ddc7a4;
      margin-bottom: 20px;
    }

    .divider {
      display: block;
      margin: -30px auto 40px;
      max-width: 250px;
    }




    .o-que-fazemos {
      background-color: #7e0000;
      background-size: cover;
      background-position: center;
      text-align: center;
    }


  .o-que-fazemos h2 {
      margin-top: 3rem;
      color: #ddc7a4;
      font-size: 3.5rem;
      margin-bottom: 10px;
      font-weight: 600;
    }


    .o-que-fazemos .divisoria {
      max-width: 250px;
      margin: 0 auto;
    }

    .o-que-fazemos .arabesco {
      margin: 30px auto 40px;
      max-width: 180px;
      display: block;
    }


    .projeto {
      display: flex;
      flex-wrap: wrap;
      background-size: cover;
      background-position: center;
      background-repeat: no-repeat;
      min-height: 80vh;
      align-items: center;
      padding: 60px 5%;
      justify-content: space-between;
    }

    .projeto.reverse {
      flex-direction: row-reverse;
    }

    .projeto-texto {
      flex: 1 1 55%;
      color: #392617;
      padding: 20px;
    }

    .projeto-titulo {
      flex: 1 1 40%;
      text-align: center;
      padding: 20px;
    }

    .projeto-titulo h3 {
      font-size: 3.5rem;
      font-weight: 300;
      margin-bottom: -10px;
    }

    .projeto-titulo h2 {
      font-size: 3.7rem;
      font-weight: 600;
      margin-bottom: 0;
    }

    .projeto-texto p {
      font-size: var(--fs-h3-mobile);
      color: var(--marrom-escuro);
      max-width: 600px;
      margin: 50px auto;
      line-height: 1.6;
      text-align: left;
    }

  .bem-estar-para-todos {
  background-image:
    linear-gradient(rgba(241, 239, 239, 0.934), rgba(250, 248, 248, 0.1)),
    url(../img/background_bem_estar_todos.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

    .terapeutas-do-bem {
    background-image:
    linear-gradient(rgba(241, 239, 239, 0.934), rgba(250, 248, 248, 0.1)),
    url(../img/background_terapeutas-do-bem.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

    @media (max-width: 1024px) {
      .projeto {
        flex-direction: column;
        text-align: center;
      }

      .projeto.reverse {
        flex-direction: column;
      }

      .projeto-texto, .projeto-titulo {
        flex: 1 1 100%;
        padding: 20px;
      }

      .projeto-titulo h3,
      .projeto-titulo h2 {
        font-size: 2.2rem;
      }

      .projeto-texto p {
        font-size: 1.2rem;
        text-align: justify;
      }
    }





    .section-title {
      text-align: center;
      font-size: 3.5rem;
      color: #ddc7a4;
      margin-bottom: 20px;
    }

    .divider {
      display: block;
      margin: -30px auto 40px;
      max-width: 250px;
    }

    .que-fazemos {
      background-image: url('../img/pattern-arabesco.png');
      padding: 60px 5%;
      text-align: center;
    }

    .que-fazemos p {
      max-width: 1000px;
      margin: 0 auto;
      color: #ffffff;
      font-size: 1.4rem;
      line-height: 1.8;
      text-align: justify;
    }

    .projeto {
      display: flex;
      flex-wrap: wrap;
      background-size: cover;
      background-position: center;
      background-repeat: no-repeat;
      min-height: 80vh;
      align-items: center;
      padding: 60px 5%;
      justify-content: space-between;
    }

    .projeto.reverse {
      flex-direction: row-reverse;
    }

    .projeto-texto {
      flex: 1 1 55%;
      color: #392617;
      padding: 20px;
    }

    .projeto-titulo {
      flex: 1 1 40%;
      text-align: center;
      padding: 20px;
    }

    .projeto-titulo h3 {
      font-size: 3.5rem;
      font-weight: 300;
      margin-bottom: -10px;
    }

    .projeto-titulo h2 {
      font-size: 3.7rem;
      font-weight: 600;
      margin-bottom: 0;
    }

    .projeto-texto p {
      font-size: 1.5rem;
      line-height: 1.9;
      text-align: left;
    }

  .bem-estar-para-todos {
  background-image:
    linear-gradient(rgba(241, 239, 239, 0.934), rgba(250, 248, 248, 0.1)),
    url(../img/background_bem_estar_todos.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

    .terapeutas-do-bem {
    background-image:
    linear-gradient(rgba(241, 239, 239, 0.934), rgba(250, 248, 248, 0.1)),
    url(../img/background_terapeutas-do-bem.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

    @media (max-width: 1024px) {
      .projeto {
        flex-direction: column;
        text-align: center;
      }

      .projeto.reverse {
        flex-direction: column;
      }

      .projeto-texto, .projeto-titulo {
        flex: 1 1 100%;
        padding: 20px;
      }

      .projeto-titulo h3,
      .projeto-titulo h2 {
        font-size: 2.2rem;
      }

      .projeto-texto p {
        font-size: 1.2rem;
        text-align: justify;
      }
    }



        @media (max-width: 768px) {
      .o-que-fazemos h2 {
        font-size: 2.5rem;
      }

      .o-que-fazemos {
        font-size: 1rem;
      }
    }