.therapy-card {
    display: flex;
    width: 100%;
    height: 150px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  }
  
  .therapy-image1 {
    flex: 1;
    background-image: url('../img/pngtree-human-geometry-series-abstract-composition-of-human-face-lines-and-fractal-photo-image_2415392.jpg'); /* Replace with your image */
    background-size: cover;
    background-position: center;
  }


  .therapy-image2 {
    flex: 1;
    background-image: url('../img/areas/ChatGPT\ Image\ May\ 2\,\ 2025\,\ 03_54_51\ PM.png'); /* Replace with your image */
    background-size: cover;
    background-position: center;
  }



  .therapy-image3 {
    flex: 1;
    background-image: url('../img/areas/Scar-Management-Surgery.avif'); /* Replace with your image */
    background-size: cover;
    background-position: center;
  }



  .therapy-image6 {
    flex: 1;
    background-image: url('../img/areas/NutritionTips_SusanBowerman_article1_770x515_USEN.jpg'); /* Replace with your image */
    background-size: cover;
    background-position: center;
  }



  .therapy-image5 {
    flex: 1;
    background-image: url('../img/areas/gastroenterology_mobilebanner.jpg'); /* Replace with your image */
    background-size: cover;
    background-position: center;
    padding-top: 100px;
  }




  .therapy-image4 {
    flex: 1;
    background-image: url('../img/areas/download.jpg'); /* Replace with your image */
    background-size: cover;
    background-position: center;
  }
  
  .therapy-text {
    flex: 1;
    background-color: #003366;
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 600;
    font-size: 16px;
  }
  