.bemuse-how__steps{display:flex;gap:25px;justify-content:space-between;align-items:stretch;flex-wrap:nowrap}.bemuse-how__step{position:relative;flex:1 1 0;background:var(--primary-lightgrey);padding:1.25rem}.bemuse-how__header{display:flex;align-items:center;gap:10px;margin-bottom:16px}.bemuse-how__icon{width:40px;height:40px;border-radius:999px;background:var(--pastel-orange-dark);color:#fff;display:flex;align-items:center;justify-content:center;font-weight:700;font-size:1.1rem;flex-shrink:0}.bemuse-how__label{display:inline-flex;align-items:center;gap:6px;font-size:1.1rem;font-weight:600;color:var(--pastel-orange-dark);line-height:1}.bemuse-how__be{display:inline-block;width:1.55em;aspect-ratio:258/214;background-color:var(--pastel-orange-dark);flex-shrink:0;-webkit-mask:url("/assets/media/img/be.svg") center/contain no-repeat;mask:url("/assets/media/img/be.svg") center/contain no-repeat}.bemuse-how__label-text{display:inline-block;line-height:1;transform:translateY(.03em)}@media (max-width:900px){.bemuse-how__steps{flex-direction:column}.bemuse-how__step{margin-bottom:16px}}