.ivis_technologie h2{
    margin-bottom: 5px !important;
}
.ivis_technologie p{
    font-size: 16px;
    max-width: 550px;
    margin-bottom: 25px;
}

.ivis_technologie .ivis_technologie_slider{
    padding: 12px;
}
.ivis_technologie .ivis_row .ivis_card{
    display: flex;
    flex-direction: column;
    padding: 20px;
    box-shadow: var(--IVIS-shadow-md);
    justify-content: center;
    align-items: center;
    gap: 10px;
    position: relative;
    overflow: hidden;
    user-select: none;
    box-sizing: border-box;
}

.ivis_technologie .ivis_row .ivis_card h3{
    font-size: 18px;
    color: var(--IVIS-black-50);
    transition: 0.4s;
}
.ivis_technologie .ivis_row .ivis_card:hover h3{
    color:var(--IVIS-primary)
}
.ivis_technologie .ivis_row .ivis_card:hover .ivis_main_img{
    transform: scale(1.15);
}
.ivis_technologie .ivis_row .ivis_card .ivis_main_img{
    width: 60px !important;
    height: 60px !important;
    transition: 0.4s;
}
.ivis_technologie .ivis_row .ivis_card .ivis_bg_card{
    width: 250%;
    object-fit: cover;
    position: absolute;
    z-index: -1;
    opacity: 0.06;
    user-select: none;
    pointer-events: none;
}