/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Jul 09 2024 | 12:17:15 */
/* Styles for desktop devices 
@media only screen and (min-width: 1024px) and (max-width: 1500px) {
	.home-box-one .elementor-widget-container {
          height: 450px !important;
   }
}


 Target iPads in portrait and landscape orientation 
@media only screen and (min-width: 768px) and (max-width: 1024px) {
	.home-box-one .elementor-widget-container {
          height: 250px !important;
   }
	
}


Media query for iPhone SE  
@media only screen and (min-width: 375px) and (max-height: 667px) {
  .home-box-one  .elementor-widget-container {
          height: 285px !important;
	}
}
*/

