.sectionApproach {
    padding-top: 150px;
    margin-bottom: 0;
}

.zoneApproach {
    display: flex;
    justify-content: center;
    margin: 20px auto 0 auto;
    flex-wrap: wrap;
    max-width: 1000px;
}

.zoneCardApproach{
    width: 25%;
    font-family: 'DM Sans', sans-serif;
}

.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;
    }


.cardApproach{
    text-align: center;
    padding: 10px;
    margin: 10px;
}

.h3Approach{
    font-size: 18px;
    line-height: 60px;
    color: #0369A1;
    font-weight: 700;
}

.descriptionApproach{
    color:black;
    font-size: 17px;
}

.subtitle h3{
    text-transform: none;
    color: #0369A1;
}

.h2Approach{
    font-size: 90px;
    line-height: 108px;
}

@media screen and (max-width: 1150px) {

    .zoneCardApproach{
        width: 50%;
    }

    .cardApproach{
        text-align: center;
        padding: 20px 50px;
        margin: 30px 10px;
    }

    .zoneApproach {
        max-width: 700px;
    }
}

@media screen and (max-width: 686px) {

    .zoneCardApproach{
        width: 100%;

    }
    .cardApproach{
        text-align: center;
        padding: 20px 50px;
        margin: 10px;
    }
    
}


