/** Shopify CDN: Minification failed

Line 27:47 Unexpected "{"
Line 27:56 Expected ":"
Line 27:63 Unexpected "{"
Line 42:49 Unexpected "{"
Line 42:58 Expected ":"
Line 42:65 Unexpected "{"

**/
/* SHOPIFY_STYLESHEETS_VERSION: 1.0 */


/* CSS from section stylesheet tags */
/* START_SECTION:section-banner-v3 (INDEX:51) */
/* Sub Title size */
.section-banner-v3 .banner-item .content .sub-title {
  font-size: 14px; /* change this value */
}

/* Title Banner size */
.section-banner-v3 .banner-item .content .title-banner {
  font-size: 18px; /* change this value */
}

/* Button text size */
.section-banner-v3 .banner-item .content .btn-{{ section.id }} {
  font-size: 12px; /* change this value */
}

/* Smaller sizes specifically for mobile */
@media (max-width: 767px) {
  .section-banner-v3 .banner-item .content .sub-title {
    font-size: 12px;
  }
  .section-banner-v3 .banner-item .content .title-banner {
    font-size: 12px;
    margin-bottom: 80px;
    margin-left: 10px;
    
  }
  .section-banner-v3 .banner-item .content .btn-{{ section.id }} {
    font-size: 12px;
    margin-bottom: 70px;
  }

}
/* END_SECTION:section-banner-v3 */