/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Dec 11 2025 | 21:24:04 */
/* 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 */ 


.home-welcome-container .home-welcome-text p.home-welcome-text-paragraph {
    font-size: 17px;
}

@media (max-width: 767px) {
	
	.home-welcome-wrapper {
      	height: auto;
        padding: 200px 20px 150px 20px;
    }
	
    .home-welcome-container .home-welcome-text p.home-welcome-text-paragraph {
        font-size: 15px;
    }
	
}