.banner-item:not(:first-child) {			/* Except 1st Banner */
    margin-top: 20px; 	
}

.popular_filter_on_side {					
    .banner-item:not(:first-child) {			/* Except 1st Banner */
        margin-top: 10px; 	
    }
}

.nps_banners_on_mobile {					/* For mobile device only */
    .elementor-shortcode {
        display: flex;
        gap: 8px;
        
        .banner-item {
            margin-top: 0px;
            display: flex;
            
            .nps_banners {
                display: flex;
            }
        }	
    }	
}