.section.how-it-works{padding-left:20px;padding-right:20px}.how-it-works__inner{display:flex;flex-direction:column;gap:80px}.how-it-works__header{display:flex;flex-direction:column;gap:var(--gap-component);margin-inline:auto;max-width:800px;text-align:center}.how-it-works__headline{color:var(--white)}.how-it-works__subhead{color:var(--cream)}.how-it-works__subhead p{margin:0}.how-it-works__subhead p+p{margin-top:1em}.how-it-works__cards{align-items:stretch;display:flex;gap:80px;justify-content:center;list-style:none;margin:0;padding:0}.how-it-works__card{align-items:center;display:flex;flex:1 1 0;flex-direction:column;gap:40px;min-width:0;text-align:center}.how-it-works__image{border-radius:var(--radius-image);box-shadow:var(--shadow-image-card);height:auto;width:100%}.how-it-works__card-heading{color:var(--white);font-weight:700}.how-it-works__card-body{color:var(--cream)}.how-it-works__card-body p{margin:0}.how-it-works__card-body p+p{margin-top:.75em}.how-it-works__cta{display:flex;justify-content:center}@media (max-width:991px){.how-it-works__cards{flex-direction:column}}