/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Feb 18 2026 | 12:12:23 */
.full-width-form label {
    font-size: 1.5rem;
    margin: 0 auto .5em;
    font-weight: 600;
	display:block;
}

@media (min-width: 769px) {
    .full-width-form label {
        margin: 0 0 .5em 0;
    }
}