/** Shopify CDN: Minification failed

Line 21:0 Unexpected "}"
Line 28:16 Expected identifier but found whitespace
Line 28:18 Unexpected "{"
Line 28:27 Expected ":"
Line 28:56 Expected ":"
Line 30:3 Unexpected "/"

**/
/* SHOPIFY_STYLESHEETS_VERSION: 1.0 */


/* CSS from section stylesheet tags */
/* START_SECTION:dev-testimonial-section (INDEX:25) */
/* .dev-upper-section h2{
  font-size: {{ section.settings.fontsizetitle }}px;
}
  @media only screen and (max-width: 1200px){
    /*Tablets [601px -> 1200px]*/
}
@media only screen and (max-width: 600px){
	/*Big smartphones [426px -> 600px]*/
}
@media only screen and (max-width: 425px){
	/*Small smartphones [325px -> 425px]*/
    .dev-upper-section h2{
      font-size: {{ section.settings.fontsizemobile }}px;
    }
} */
/* END_SECTION:dev-testimonial-section */