/** Shopify CDN: Minification failed

Line 10:0 Unexpected ".2026paleo"
Line 18:0 Unexpected ".2026paleo"
Line 38:0 Unexpected ".2026paleo"

**/


.2026paleo h2{
        font-size:18px;
        font-weight:bold;
        line-height:30px;
        letter-spacing:2px;  
     }

@media screen and (min-width:768px){
.2026paleo{
     
    h2{
        font-size:18px;
        font-weight:bold;
        line-height:30px;
        letter-spacing:2px;  
     }

     p{
        font-size:16px;
        line-height:27px;
        letter-spacing:2px;  
     }

}
}


@media screen and (max-width:767px){
.2026paleo{

     h2{
        font-size:17px;
        font-weight:bold;
        line-height:30px;
        letter-spacing:2px;  
     }
     
     p{
        font-size:15px;
        line-height:27px;
        letter-spacing:2px;  
     }

}

}