<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@media (max-width: 992px) {
    h1.main {
        font-size: 70px;
    }
    h1.main:before {
        bottom: 58px;
    }
    h1.main:after {
        bottom: 54px;
    }
    .btn.medium {
        padding: 7px 5px;
    }
}
@media (max-width: 768px) { 
    h1 {
        font-size: 36px;
    }
    h1.main {
        font-size: 56px;
    }
    h1.main:before {
        bottom: 45px;
    }
    h1.main:after {
        bottom: 51px;
    }    
    .top-icons .btn.wide {
        margin-top: 10px;
    }
    #kontakty .tl, #kontakty .tr {
        text-align: center;
    }
    .nabidka .btn.medium {
        width: 100%;
        display: block;
        margin-bottom: 20px;
    }
    .content {
        padding: 25px 20px;
    }    
}</pre></body></html>