@media screen and (min-width: 320px) and (max-width: 767px) {
    #homeSliders .slider-item {
        height: 200px;
    }
    .product-carousel {
    grid-template-columns: repeat(2,1fr);
}
.industrial-application-card:last-child {
    display: none;

}
}
