/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Oct 11 2025 | 01:37:01 */
/* Extra small devices (phones, portrait) */
@media (max-width: 480px) {
  /* Styles for small phones */
	.home-hero-section{
		padding: 40px 10px !important;
	}
}

/* Small devices (phones landscape / small tablets) */
@media (min-width: 481px) and (max-width: 767px) {
  /* Styles for large phones or small tablets */
	.home-hero-section{
		padding: 40px 10px !important;
	}
}

/* Medium devices (tablets, small laptops) */
@media (min-width: 768px) and (max-width: 1023px) {
  /* Styles for tablets */
}

/* Large devices (desktops) */
@media (min-width: 1024px) and (max-width: 1439px) {
  /* Styles for small to medium desktops */
}

/* Extra large devices (large desktops, TVs) */
@media (min-width: 1440px) {
  /* Styles for large screens */
}
