/** Shopify CDN: Minification failed

Line 51:1 Expected "}" to go with "{"

**/
.customjc__collection-banner-outside {
   width: 48%;
}
.customjc__collection-banner-img {
    max-width: 100%;
    height: auto;
    object-fit: cover;
}

.customjc__interno {
   width: 100%;
   margin-top: 30px;
}

.customjc__collection-banner-content {
   width: 100%;
}

.customjc__collection-banner-content__text {
  margin-top: 8px;
}

.customjc__collection-banner-content__text
.metafield-rich_text_field {
    font-size: 16px;
    font-weight: 300;
    color: #1d1d1b;
    line-height: 22px;
}

.customjc__collection-banner-content-link {
   font-weight: 600;
   color: #1d1d1b;
}

.customjc__collection-banner-content-link:hover {
  text-decoration: underline;
}

@media(width < 767px) {
  .customjc__collection-banner-outside {
    width: 100%;
 }
  .customjc__collection-banner-content__text .metafield-rich_text_field {
    font-size: 14px;
}