.mx_width_200 {
    max-width: 200px !important;
}

.emergency_hero_img {
    min-height: 200px !important;
    object-fit: cover !important;
}

.border_top {
    border-top: 2px solid rgba(20, 20, 20, 0.2);
}

.mt_nagtive_2 {
    margin-top: -2px !important;
}

.max_height_img {
    max-height: 190px;
}

@media (max-width:1199.98px) {
    .max_height_img {
        max-height: 178px;
    }
}

@media (max-width:991.98px) {
    .max_height_img {
        max-height: 165px;
    }
}

@media (max-width:767.98px) {
    .max_height_img {
        max-height: unset;
    }
}