.service_service-section {
    background: rgba(255, 255, 255, 1);
    color: white;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
    /*max-width: 1440px;*/
    padding-top: 64px;
    padding-right: 90px;
    padding-bottom: 64px;
    padding-left: 90px;
    gap: 32px;
}
.service_serviceTitle{
height: 40px;
}
.service_service-section h2 {
    color: #030F40;
    font-weight: 700;
    font-family: 'DinPro-bold';
    font-size: 36px;
    line-height: 110.00000000000001%;
    letter-spacing: -0.72px;
    text-align: center;

}
.service_tech-cards {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    align-content: center;
    gap: 16px;
    max-width: 1040px;
}
.service_tech-card {
    background-color: #EFF4FB;
    background: linear-gradient(90deg,#030F40 0%,#030F40 100%);
    border-radius: 8px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    height: 396px !important;
    width: 328px !important;
    max-width: 328px;
    position: relative;
    gap: 24px;
    cursor: pointer;
}
.service_tech-card-content {
    display: flex;
    flex-direction: column;
    gap: 8px;
    position: relative;
    z-index: 2;
    /*width: 296px;*/
}
.service_tech-icon {
    width: 48px;
    height: 48px;
    object-fit: none;
    margin-top: 16px;
    margin-left: 16px;
    border-radius: 8px;
    z-index: 2;
    box-shadow: 0px 2.4px 14.4px 0px rgba(0, 0, 0, 0.4);
}
.service_tech-card-content-text {
    margin-top: 174px;
    margin-left: 16px;
    width: auto;
    max-width: 296px;
    display: flex;
    flex-direction: column;
    gap: 8px;
}
.service_tech-card-content-text h3 {
    font-size: 14px;
    font-weight: 500;
    font-family: 'DinPro-medium';
    vertical-align: bottom;
    line-height: 18px;
}
.service_tech-card-content-text p {
    font-size: 20px;
    font-weight: 500;
    vertical-align: bottom;
    line-height:  110.00000000000001%;;
    font-family: 'DinPro-medium';
}
.service_EnSavoirPlus{
   margin-left: 16px; 
   z-index: 2;
   margin-top: auto;
   margin-bottom: 16px;
}
.service_overlay{
    position: absolute;
    inset: 0;
    z-index: 1;
    border-radius: 8px;
    margin-top: 36px;
    background: linear-gradient(180deg, rgba(3, 15, 64, 0) 0%, rgba(3, 15, 64, 0.7) 100%);
}
.service_ArrowRight{
    margin-left: 8px;
}
.service_learn-more {
    color: #FFFFFF!important;
    text-decoration: none;
    font-weight: 500;
    margin-top: auto;
    font-family: 'DinPro-medium';
    font-size: 14px;
}
@media (max-width: 768px) {
    .service_service-section{
        width: 100%;
        padding-top: 40px;
        padding-right: 16px;
        padding-bottom: 40px;
        padding-left: 16px;
        gap: 24px;
    }
    .service_service-section h2 {
        font-size: 24px;
        letter-spacing: -0.56px;
        padding-left: 16px;
    }
    .service_solutionTitle{
        height: auto;
    }
    .service_tech-cards {
        display: flex;
        flex-wrap: wrap;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        align-content: center;
    }

}