
.sectionCommitment {
    padding-top: 150px;
    margin-bottom: 0;
    width: 60%;
    margin : 0 auto;
    margin-top: 1.5rem !important;
}

/* #commitmentImg {
    width: 75%;
    margin: 0 auto;
    display: block;
    border: 1px solid #A1A1AA;
    border-radius: 10px;
    aspect-ratio: 4 / 1;
    object-fit: cover;
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;

} */

.subtitles {
    font-family: 'DM Sans', sans-serif;
    font-weight: 600;
    font-size: 1.5rem;
    line-height: 1.6;
    text-align: center;
    color:black;
}


    .commitmentCards {
      display: flex;
      flex-wrap: wrap;
      max-width: 900px;
      margin: 0 auto;
    }


    .commitmentCard {
      width: 100%;
    }
    .commitmentCardInside {
      background: #fff;
      border-radius: 16px;
      padding: 1.4rem;
      margin: 1.2rem;
      transition: transform 0.3s ease, box-shadow 0.3s ease;
 
    }

    .commitmentCardInsideDF {
      display: flex;
      flex-wrap: wrap;
      align-items: center;
    }

    .w-100px{
      height: 100%;
    }

    .commitmentCardImg {
      width: 20%;
    }
    .commitmentCardText {
      width: 80%;
    }
    .commitmentCardInside {
      display: flex;
    }

    .commitmentCardInside:hover {
      transform: translateY(-6px);
      box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
    }


    .commitmentCard h3 {
      font-size: 1.5rem;
      font-weight: 700;
      margin-bottom: 0;
      color: #111827;
    }

    .commitmentCard p {
      font-size: 1.2rem;
      color: #000000;
      line-height: 1.5;
      margin: 0;
    }

    .image-container-commitment {
      display: flex;
      justify-content: center;
      margin-bottom: 2rem;
    }

    #commitmentImg2{
        width: 100%;
        max-width: 800px;
        display: block;
        border-radius: 20px;
        aspect-ratio: 4 / 1;
        object-fit: cover;
        margin-top: 1.5rem !important;
        margin-bottom: 1.5rem !important;
        box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
    }

    .size75{
      width: 75%;
      margin: 0 auto;
    }

@media screen and (max-width: 992px){
    .commitmentCardImg {
      width: 100%;
      text-align: center;
    }
    .commitmentCardText {
      width: 100%;
      text-align: center;
    }
    .sectionCommitment {
      width: 80%;
      padding-top: 0px;
    }
    .h2Approach {
        font-size: 90px;
        line-height: 78px!important;
    }
    #commitmentImg2{
        aspect-ratio: 4 / 2;
    }

    .size75{
      width: 95%;
      margin: 0 auto;
    }

    .subtitles {
      font-size: 1.4rem;
      line-height: 1.6;
  }

    .commitmentCard h3 {
          line-height: 40px;
    }

}
