<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) {

    .separator span:before, .separator span:after {
        width: 230px;
    }

    /* @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@ MAIN @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@ */
    /*************** HERO ******************/
    .hero-caption {
        padding: 120px 0 0 0;
    }

        .hero-caption h1 {
            font-size: 32px;
            text-shadow: 2px 3px #000000;
        }

        .hero-caption p {
            font-size: 20px;
        }

    /*************** Services ******************/
    .ServicesList li {
        font-size: 14px;
    }



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