/**
* Theme Name: Ponte Child
* Description: This is a child theme of Ponte.
* Author: <a href="https://neuronthemes.com">NeuronThemes</a>
* Template: ponte
* Version: 1.0.0
*/

@media (max-width: 1200px) {
    
    .materioteka {
        background: linear-gradient(
            to right,
            #8b6a4f 0%,      /* marrone pieno a sinistra */
            rgba(139, 106, 79, 0) 100%  /* trasparente a destra */
        );
    }

}

