.therapie-top-container {
    width: 100%;
    height: fit-content;
    box-sizing: border-box;
  }

  .therapie-title {
    height: 30vh;
    width: 100%;
    background-image: url(../img/beautiful-flowers-field.jpg);
    background-repeat: no-repeat;
    background-position: bottom;
    background-size: cover;
  }
  
  .therapie-title h1 {
    font-size: 45px;
    color: #0a2c19;
    text-align: center;
  }


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

    .therapie-title h1 {
        font-size: 30px;
      }

    .therapie-top {
       flex-direction: column;
       height: fit-content;
      }

  .therapie-container {
    width: 100%;
    /* flex-direction: column; */
  }

}