<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">section#home-sez3 {
    margin-left: 8%;
}

@media(max-width: 1700px){
    section#home-sez3 {
        margin-left: 8%;
    }
    
}

@media(max-width: 1600px){
    section#home-sez3 {
        margin-left: 10%;
    }
    
}


@media(max-width: 1440px){
    section#home-sez3 {
        margin-left: 3.5%;
    }
    
}

@media(max-width: 1366px){
    section#home-sez3 {
        margin-left: 7%;
    }
    
}

@media(max-width: 1300px){
    section#home-sez3 {
        margin-left: 4%;
    }
    
}

@media(max-width: 1200px){
    section#home-sez3 {
        margin-left: 1%;
    }
}

@media(max-width: 767px){
    #pacchetto img {
    display: block;
    margin-top: 90px;
}
section#home-sez3 {
    margin-left: 0%;
}
#page_default #slideshow h1, #slideshow h1 {
    font-size: 4.2em;
}

}

@media(max-width: 375px){
    #page_default #slideshow h1, #slideshow h1 {
        font-size: 3.6em;
    }
}

@media(max-width: 320px){
    #page_default #slideshow h1, #slideshow h1 {
        font-size: 3.4em;
    }
}</pre></body></html>