@media only screen and (max-width: 992px) {
    .mobile .nav-item {
        border-right: none !important;
    }
    .display_none {
        display: none !important;
    }
    .figure.effect-bubba img {
        height: 230px;
    }


}

@media (min-width: 150px) and (max-width: 576px) {
    
    
    .navbar_h {
        height: 85px !important;
    }
    .su-min-title h3 {
        font-size: 20px;
        line-height: 25px;
    }
    /* .display_none {
        display: none !important;
    } */
    figure.effect-bubba img {
        height: 230px !important;
    }
}

@media (min-width: 576px) and (max-width: 768px) {
    .navbar_h {
        height: 85px !important;
    }
    .su-min-title h3 {
        font-size: 25px;
        line-height: 25px;
    }
    figure.effect-bubba img {
        height: 230px !important;
    }
}

@media (min-width: 768px) and (max-width: 992px) {
    .navbar_h {
        height: 85px !important;
    }
    .su-min-title h3 {
        font-size: 28px;
        line-height: 25px;
    }
}

@media (min-width: 992px) and (max-width: 1200px) {
    .navbar_h {
        height: 85px !important;
    }
    .su-min-title h3 {
        font-size: 30px;
        line-height: 25px;
    }
}

@media (min-width: 1200px) and (max-width: 1400px) {

}