/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: May 13 2025 | 12:47:44 */
.ft-logo {
	width: 30%;
}

@media screen and (max-width: 768px) {
     .ft-logo {
	    width: 60%;
    }
	
	div:has(.ft-logo) {
		text-align: center;
	}
}