/** Shopify CDN: Minification failed

Line 52:1 Unexpected ";"

**/
#mushroom-slider {
    overflow-x: hidden;
    padding: 0 0 8rem 0;
    max-width: 2160px;
    margin: auto;
}

#mushroom-slider .slide__mushroom {
    max-width: 400px;
    margin: 0 2rem;
}

#mushroom-slider .slide__mushroom h3, #mushroom-slider .slide__mushroom p {
    max-width: 400px;
    text-align: center;
}

#mushroom-slider .slide__mushroom h3 {
    font-size: 28px;
    margin: 1rem 0 0 0;
}

#mushroom-slider .slide__mushroom p {
    /* font-size: 20px; */
    line-height: 32px;
    margin: 1rem 0 0 0;
}

#mushroom-slider .slide__mushroom__image {
    max-width: 400px;
}

@media only screen and (max-width: 600px) { 
    #mushroom-slider .slide__mushroom {
        max-width: 300px;
        margin: 0 2rem;
    }
    
    #mushroom-slider .slide__mushroom h3, #mushroom-slider .slide__mushroom p {
        max-width: 300px;
        text-align: center;
    }

    #mushroom-slider .slide__mushroom__image {
        max-width: 300px;
    }
};