<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* ------------------------------------------- Responsive ------------------------------------------- */
@media (min-width: 392px) {

}

@media (min-width: 425px) {

}

@media (min-width: 520px) {

}

/* ------------------------------------------- Small devices (landscape phones, 576px and up) ------------------------------------------- */
    @media (min-width: 576px) {

    }

    @media (min-width: 620px) {
        .container {
            padding: 0 27px;
        }

        .section {
            margin-top: 50px;
        }

        .navbar-brand-text {
            display: block;
        }

    }

/* ------------------------------------------- Medium devices (tablets, 768px and up) ------------------------------------------- */
    @media (min-width: 768px) {
        .lead-avatar {
            height: 150px;
        } 
    }

/* ------------------------------------------- Large devices (desktops, 992px and up) ------------------------------------------- */
    @media (min-width: 992px) {

    }

/* ------------------------------------------- Extra large devices (large desktops, 1200px and up) ------------------------------------------- */
    @media (min-width: 1200px) {

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