<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* =================================
    Add Custom Styling 
 ================================= */


 




 /* =================================
    Override Responsive Classes  
 ================================= */

 @media only screen and (min-width: 320px) and (max-width: 980px)  {

    /* Put your CSS here for 200px to 767px width devices (cover all mobile portrait width */
	 
	 .home-section {
        background: none;
        .logo {
            display: none;
            small {
                 display: none;
            }
		 }

 }</pre></body></html>