/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Aug 13 2026 | 04:09:27 */
/* Add your CSS code here.

For example:
.example {
    color: red;
}

For brushing up on your CSS knowledge, check out http://www.w3schools.com/css/css_syntax.asp

End of comment */ 




/* Desktop */
.home-hero {
    padding-top: 200px !important;
    padding-right: 64px !important;
    padding-bottom: 80px !important;
    padding-left: 64px !important;
}

/* Mobile */
@media (max-width: 767px) {
    .home-hero {
    padding-top: 164px !important;
    padding-right: 20px !important;
    padding-bottom: 56px !important;
    padding-left: 20px !important;
    }
	
	

	

	
