:root{--customer-segment-background:var(--color-white);--customer-segment-color:var(--color-black);--customer-segment-padding:3rem 1.5rem;--customer-segment-margin:1rem;--customer-segment-border-radius:0.5rem;@media (min-width:768px){--customer-segment-border-radius:1.25rem;--customer-segment-padding:3.5rem}}.customer-segments{--button-align-horizontal:center}.customer-segments-title{margin-bottom:2rem;@media (min-width:768px){margin-bottom:4rem}}.customer-segment{background:var(--customer-segment-background);border-radius:var(--customer-segment-border-radius);display:grid;grid-template-columns:repeat(1,1fr);margin-bottom:var(--customer-segment-margin);overflow:clip;@media (min-width:768px){grid-template-columns:repeat(3,1fr)}}.customer-segment-content{grid-column:span 1;order:1;padding:var(--customer-segment-padding);@media (min-width:768px){grid-column:span 2;order:0}}.customer-segment-text{max-width:40rem;& p{margin-bottom:0}}.customer-segment-media{aspect-ratio:1.5;grid-column:span 1;overflow:clip;@media (min-width:768px){aspect-ratio:auto}& img{height:100%;object-fit:cover;width:100%}}.customer-segment-product-categories-title{margin-bottom:0!important;margin-top:3rem;text-transform:uppercase}.customer-segment-product-categories{display:flex;flex-wrap:wrap;gap:.5rem;justify-content:flex-start;margin-top:.5rem}