<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/**
 * Shame CSS
 *
 * Dedicated stylesheet to house quick fixes and hacks that can be refactored
 * at a later time. Please make sure to use !important if you are overriding
 * existing styling and make sure to document your changes.
 *
 * Remember to enque the file in the assets function in lib/setup.php
 */

@media (min-width: 1024px) {
    .c-footer .contact_info .column-1 {
        width: 40%;
    }

    .c-footer .contact_info .column-2 {
        width: 60%;
    }
}</pre></body></html>