.brewers-notes .section-wrapper{display:flex;flex-direction:column;gap:10%}@media (min-width:990px){.brewers-notes .section-wrapper{flex-direction:row}}.brewers-notes .image-wrapper{display:flex;justify-content:center}@media (min-width:990px){.brewers-notes .image-wrapper{align-self:flex-start;flex:0 1 40%}}.brewers-notes .text-wrapper{background-position:50%;background-repeat:no-repeat;background-size:contain}@media (min-width:990px){.brewers-notes .text-wrapper{background-size:75%;flex:0 0 50%}}.brewers-notes .single-line-notes{border-bottom:1px solid var(--black);padding:var(--space-4) 0}.brewers-notes .single-line-notes .note{margin-bottom:var(--space-2)}.brewers-notes .single-line-notes .title{margin-right:var(--space-2)}.brewers-notes .single-line-notes .value{color:var(--dark-color-2)}.brewers-notes .multi-line-notes{border-bottom:1px solid var(--black);display:grid;grid-template-columns:1fr;margin-bottom:var(--space-4);padding:var(--space-4) 0}.brewers-notes .multi-line-notes .note{border-bottom:1px solid var(--black);display:flex;flex-direction:column;padding-bottom:var(--space-3);padding-top:var(--space-3)}.brewers-notes .multi-line-notes .note:first-child{padding-top:0}.brewers-notes .multi-line-notes .note:last-child{border:0}.brewers-notes .multi-line-notes .title{margin-bottom:var(--space-1)}.brewers-notes .brewers-voice .title{margin-bottom:var(--space-2)}.brewers-notes .primary-cta{margin-top:var(--space-8)}