#ClassIVLaserTherapyContainer {
    /* border: 3px solid #ff0000; */
    background-color: #444999;
    width: 100%;
    max-width: 1400px;
    margin: 0 auto;
    height: auto;
    /*color: rgb(2, 140, 18);*/
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    padding-bottom: 25px;
    font-family: "Montserrat", sans-serif;
  }
  
  /* Flexbox for the dividers */
  .ClassIVLaserBox {
    /* border: 3px solid rgb(172, 1, 1); */
    margin: 0% auto; 
    display: flex;
    flex-wrap: wrap; /* Allows wrapping on smaller screens */
    justify-content: center;
    gap: 20px;
    width: 100%;
    max-width: 1050px;
  }
  
  /* Style for each divider */
  #boxIVLaserImage {
    /* border: 3px solid rgb(0, 255, 30); */
    /*border-radius: 20px;*/
    /*background-color: #e3e3e3;*/
    /*color: aliceblue;*/
    flex: 1 1 30%; /* Adjust width to fit within container */
    max-width: 275px; /* Prevents them from getting too wide */
    padding: 25px 0 0 0; /* Added padding to the top */
  }
  
  /* Image styling */
  .IVLaserImage {
    /*border: 3px solid rgb(2, 127, 56);*/
    width: 270px;
    height: auto;
    /*margin: 0 10px 20px 10px;*/
    /*width: 100%;*/
    border-radius: 25px;
    /*ight: auto;*/
    box-shadow: 2px 2px 5px #000;
  }

  #boxIVLaserDescription {
    /* border: 3px solid rgb(0, 204, 255); */
    color: #ffffff;
    border-radius: 20px;
    /*background-color: #e3e3e3;*/
    /*color: aliceblue;*/
    flex: 1 1 30%; /* Adjust width to fit within container */
    max-width: 680px; /* Prevents them from getting too wide */
    min-width: 325px; /* Prevents them from getting too narrow */
    padding: 10px;
    text-align: left; /* Aligns text to the left */
  }
  
  /* Responsive Design */
  @media (max-width: 768px) {
    .insideOurServices {
      flex-direction: column; /* Stack dividers vertically on smaller screens */
      align-items: center;
    }
  
    #boxOurServices {
      width: 90%; /* Makes them take full width */
      max-width: 500px;
    }
  }
  
  .thinerText {
    font-weight: 400;
  }

  .bolderText {
    font-weight: 800;
  }

  #IVLaserText {
    /*border: 3px solid rgb(185, 3, 3);*/
    width: 150px;
    margin: 0 auto;
    background-color: #691;
    text-align: center;
    color: #ffffff;
    margin-top: 10px;
    margin-bottom: 10px;
    font-family: "Montserrat", sans-serif;
    font-weight: 600;
    font-size: 16px;
    border-radius: 5px;
    padding: 10px;
    text-shadow: none;
    box-shadow: 2px 2px 5px #000;
    /*transform: scaleX(0.9); 
    font-stretch: 75%;*/
    /*font-size: clamp(1.5rem, 3vw, 2.5rem);*/
    /*font-family:Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;*/
  }
  
  #IVLaserText:hover {
    background-color: #351;
  }
  