.carpoolSolutions {
    border: 1px solid transparent;
    width: 90%;
    height: 850px;
    margin: auto;
    margin-top: 40px;
    margin-bottom: 40px;
  }

  .carpoolSolutionIntro {
    /* border: 1px solid blue; */

    margin: auto;
    padding-top: 3%;
    text-align: center;
  }
  .carpoolSolutionIntro>h2{
    font-size: 36px;
  }
  .solutionsFeatures {
    /* border: 1px solid blue; */
    width: 100%;
    height: auto;
    padding: 20px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    column-gap: 25px;
  }

  .solutionCards {
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    background-image: url("https://dn6g7abak8oqz.cloudfront.net/Images/beautycare/Beutysaloonnewcompimage/beutygridsecicons/gridbackimg.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100% 100%;

    width: 30%;
    height: 290px;
    padding: 20px;
    box-sizing: border-box;
    border-radius: 15px;
    background-color: white;
    color: black;
    margin-top: 30px;
  }

  .solutionCards:hover {
    cursor: pointer;
    transition: all 0.2s linear;
    transform: translateY(-10px);

  }

  .solutioncardIcon {
    width: 80px;
    height: 80px;
    padding: 2px 0;
  }



  .solutioncardIcon > img {
    width: 100%;
    height: 100%;
    object-fit: contain;
  }

  .solutionContent {
    width: 100%;
    margin-top: 10px;
  }

  .solutionContent > h5 {
    font-size: 18px;
    font-weight: bold;
    margin-top: 0%;
    margin-bottom: 3%;
  }

  .solutionContent > li {

    font-size: 15px;
  }


  /* Media query for the Mobile Device */
  @media (max-width: 480px) {
    .carpoolSolutions {

      width: 90%;
      height: auto;

    }

    .carpoolSolutionIntro {
      /* border: 1px solid blue; */
      width: 95%;
      margin: auto;
      text-align: center;
    }
    .solutionsFeatures {
      /* border: 1px solid blue; */
      width: 100%;
      height: auto;
      padding: 0px;

    }

    .solutionCards {
      /* border: 1px solid red; */
      width: 95%;
      height: 330px;



    }


    .carpoolSolutionIntro > h1 {
      font-size: 21px;
      font-weight: bold;
    }

    .carpoolSolutionIntro > p {
      font-size: 16px;
      font-weight: 400;
      text-align: justify;
    }
    .solutionContent > h5 {
      font-size: 20px;

    }

    .solutionContent > li {

      font-size: 15px;
    }


  }

  @media (min-width: 481px) and (max-width: 1024px) {
    .carpoolSolutions {

      width: 90%;
      height: auto;

    }

    .carpoolSolutionIntro {
      /* border: 1px solid blue; */
      width: 95%;
      margin: auto;
      text-align: center;
    }
    .solutionsFeatures {
      /* border: 1px solid blue; */
      width: 100%;
      height: auto;
      padding: 0px;

    }

    .solutionCards {
      /* border: 1px solid red; */
      width: 45%;
      height: 330px;



    }


    .carpoolSolutionIntro > h1 {
      font-size: 21px;
      font-weight: bold;
    }

    .carpoolSolutionIntro > p {
      font-size: 16px;
      font-weight: 400;
      text-align: justify;
    }
    .solutionContent > h5 {
      font-size: 20px;

    }

    .solutionContent > li {

      font-size: 15px;
    }
  }
