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

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

.zoneCardCase{
    width: calc(100% /1);
}



.cardCase{
    padding: 10px 30px;
    margin: 10px;
}

.h3Case{
    font-size: 22px;
    line-height: 60px;
    color: #0369A1;
    font-weight: 700;
    margin-top: 20px;
}

.h4Case{
    font-size: 20px;
    line-height: 30px;
    text-transform: capitalize;
    font-weight: 700;
    margin-top: 30px;
}

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

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

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

.img60px{
    width: 60px;
}

.zoneMinimum{
    min-height: 72px;
        font-family: 'DM Sans', sans-serif;
        font-size: 18px;
}

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

    .zoneCardCase{
        width: 100%;
    }

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

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

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

    .zoneCardCase{
        width: 100%;

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



.btn-caseContainer{
    display: flex;
    justify-content: center;
    margin-top: 40px;
}

.btn-case{
    height: 44px;
    border-radius: 6px;
    background-color: #09090B;
    color: #FAFAFA;
    font-family: 'DM Sans', 'sans-serif';
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    padding: 10px 14px;
}

.btn-case:hover{
    background-color: #0EA5E9;
}

.btn-case:active{
    background-color: #0369A1;
}

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