/** Shopify CDN: Minification failed

Line 57:0 Expected "}" to go with "{"

**/
 .brand-banner-section {
   margin: 0 auto !important;
 }

 .brand-banner__color-block {
   display: flex;
   flex-direction: column;
   align-items: center;
   justify-content: center;
   gap: 0.5rem;
   padding: 32px 16px;
 }
 .brand-banner__title {
   color: #ffffff;
   margin: 0;
   font-size: 26px;
   font-weight: 700;
   line-height: 1.2;
 }
 .brand-banner__logo img {
   display: block;
   width: auto;
   height: auto;
   max-height: 240px;
   object-fit: contain;
 }
 .brand-banner__description-bar {
   padding: 16px 32px;
 }
 .brand-banner__description {
   font-size: 16px;
   line-height: 1.5;
   color: #333;
   max-width: 900px;
   margin: 0 auto;
   text-align: center;
 }

 @media (max-width: 768px) {
   .brand-banner__color-block {
     padding: 24px 16px;
   }
   .brand-banner__title {
     font-size: 20px;
   }
   .brand-banner__logo img {
     max-height: 140px;
   }
   .brand-banner__description-bar {
     padding: 12px 16px;
   }
