.ivr_indus_bg {
    background-color: #E8F4FF;
    height: auto;
    width: 100%;
    margin: 0 0 40px 0;
}

.ivr_indus_img_tit {
    bottom: 40px;
    justify-content: center;
    display: flex;
    width: 100%;
    color: #ffffff;
    font-weight: 600;
}

.ivr_indus_hover {
    display: none;
    color: transparent;
}

.ivr_hover_img:hover .ivr_indus_img_tit {
    display: none;
}

.ivr_hover_img:hover .ivr_indus_hover {
    display: block;
    bottom: 80px;
}

.ivr_indus_img_tit_hover {
    font-weight: 600;
    font-size: 18px;
}

.ivr_indus_img_cont_hover {
    font-size: 12px;
}

@media(min-width: 576px) and (max-width: 1200px) {
    .ivr_indus_gap {
        gap: 48px 0 !important;
    }
}

@media(max-width: 576px) {
    .ivr_indus_hover {
        display: block;
        bottom: 80px;
    }

    .ivr_indus_car_hei {
        height: auto;
    }
    .ivr_high_mr{
        margin-top: -44px !important;
    }
    .ivr_try_hei_mob{
        margin-top: -25px;
    }
}

.ivr_high_mr{
    margin-top: -44px !important;
}

.ivr_mode_para {
    color: #60626B;
}