.therapie-infos-container {
  width: 100%;
  height: fit-content;
  display: flex;
  flex-direction: column;
  align-items: center;
  box-sizing: border-box;
}

.therapies-infos-origines, .therapies-infos-integrative {
  display: flex;
  width: 90%;
  height: fit-content;
  box-sizing: border-box;
  margin-top: 2rem;
  gap: 1rem;

}

.therapies-infos-origines-left,
.therapies-infos-origines-right, .therapies-infos-integrative-left, .therapies-infos-integrative-right {
  width: 50%;
  box-sizing: border-box;
  border-radius: 5px;

 
}

.therapies-infos-origines-left {
    background-image: url(../img/business-success-concept-wooden-table-top-view-hands-protecting-wooden-figures-people.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    height: 70vh;
  
  }

.therapies-infos-origines-right,  .therapies-infos-integrative-left {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 2rem;
}

.therapies-infos-origines-right h2, .therapies-infos-integrative-left h2,  .therapies-infos-pourquoi h2{
   font-size: 25px;
   font-weight: bold;
   box-sizing: border-box;
   margin-bottom: 1rem;
   text-align: center;
   
}

.therapies-infos-origines-right p, .therapies-infos-integrative-left p, .therapies-infos-pourquoi p{
   max-width: 600px;
    
 }

 .therapies-infos-integrative-right {
    background-image: url(../img/group-human-pile-tone-white.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    height: 70vh;
 }

 .therapies-infos-pourquoi-container{
    position: relative;
box-sizing: border-box;
    width: 100%;
    height: fit-content;
    display: flex;
    justify-content: center;
    background-color: #76c1b5;
 

 }

 .therapies-infos-pourquoi {
    width: fit-content;
    max-width: 90%;
    padding: 2rem;
    margin-top: 90px;
    margin-bottom: 2rem;
    box-sizing: border-box;
    height: fit-content;
    border: 1px solid #F7F7F7;
    border-radius: 25px;
    display: flex;
    flex-direction: column;
    align-items: center;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
 }

 
  /** For mobile devices **/
@media (max-width: 800px) {

    .therapies-infos-origines, .therapies-infos-integrative {
        width: 100%;    
        align-items: center;
      }

    .therapies-infos-origines  {
       flex-direction: column;
      
      }

      .therapies-infos-integrative {
        flex-direction: column-reverse;
      }

    
    .therapies-infos-origines-right, .therapies-infos-integrative-left {
      width: 100%;
     
    
     
    }

    .therapies-infos-origines-left, .therapies-infos-integrative-right {
        height: 20vh;
        width: 80%;
    }

   


}




