.how-it-works{background-color:var(--light-gray)}.how-it-works__inner{max-width:992px}.how-it-works__heading{margin-bottom:var(--container-spacing-lg);text-align:center}.how-it-works__list{display:-ms-grid;display:grid;gap:10px;list-style:none;margin-bottom:0;padding-left:0}@media screen and (min-width:576px){.how-it-works__list{-ms-grid-columns:(1fr) [2];grid-template-columns:repeat(2,1fr)}}@media screen and (min-width:1200px){.how-it-works__list{-ms-grid-columns:(1fr) [4];grid-template-columns:repeat(4,1fr)}}.how-it-works__item{background-color:var(--white);border-radius:16px;display:-webkit-box;display:-ms-flexbox;display:flex;padding:var(--container-spacing);-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-flow:column;flex-flow:column;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}.how-it-works__item-heading{color:var(--black);font-size:24px;line-height:1.3;margin:var(--container-spacing) 0 0 0;text-align:center}@media screen and (min-width:768px){.how-it-works__item-heading{font-size:20px}}.how-it-works__item-figure{height:100px;margin:10px auto 5px;width:122px}.how-it-works__item-figure img{-o-object-fit:contain;object-fit:contain;width:100%}.how-it-works__item-subtext{font-size:16px;text-align:center}@media screen and (min-width:768px){.how-it-works__item{padding:var(--container-spacing)}}@media screen and (min-width:1200px){.how-it-works.arrows .how-it-works__list{gap:50px}}.how-it-works.arrows .how-it-works__item:not(:first-child){position:relative}.how-it-works.arrows .how-it-works__item:not(:first-child):before{background-position:50%;background-repeat:no-repeat;background-size:contain;height:35.5px;left:50%;position:absolute;top:-70px;-webkit-transform:translateX(-50%) rotate(90deg);transform:translateX(-50%) rotate(90deg);width:24px}@media screen and (min-width:1200px){.how-it-works.arrows .how-it-works__item:not(:first-child):before{content:"";left:-35px;top:50%;-webkit-transform:translateY(-50%) rotate(0deg);transform:translateY(-50%) rotate(0deg)}}