.btn-underline{background:0 0;padding:0;margin:0;border:none;outline:0;cursor:pointer;color:var(--Links-Light);-webkit-transition:opacity .3s;transition:opacity .3s;display:inline-block;text-align:center;text-decoration:underline}.btn-underline:hover{opacity:.7}.steps-cards__list li:not(:last-child){margin-bottom:8px}@media screen and (min-width:768px){.steps-cards__list li:not(:last-child){margin-bottom:0}}@media screen and (min-width:768px){.steps-cards__list{display:grid;grid-auto-rows:auto;grid-template-columns:1fr 1fr;gap:16px}}@media screen and (min-width:992px){.steps-cards__list{grid-template-columns:1fr 1fr 1fr}}.steps-cards__item{border-radius:var(--Border-Radius-One-and-half-X);border:1px solid var(--border-dark-40016);background:var(--Surface-Light-900);padding:15px;overflow:hidden}.steps-cards__item.steps-cards__item--first{padding:0}.steps-cards__item.steps-cards__item--first .steps-cards__item-info{padding:23px}@media screen and (min-width:768px){.steps-cards__item{padding:31px;height:100%}}.steps-cards__item-head{background:var(--surface-dark-4008);padding:23px}.steps-cards__item-icon-wrapper{overflow:hidden;height:80px;margin-bottom:8px}.steps-cards__item-icon-wrapper img{display:block;width:100%;height:100%;-o-object-fit:contain;object-fit:contain;-o-object-position:center;object-position:center}.steps-cards__item-title{font-size:var(--font-size--h4);line-height:var(--line-height--h4);font-weight:700;color:var(--Text-50);margin-bottom:8px;text-transform:capitalize;text-align:center}@media screen and (min-width:992px){.steps-cards__item-title{font-size:var(--font-size--h3);line-height:var(--line-height--h3)}}.steps-cards__secondary-title{color:var(--Links-Light);text-align:center;font-weight:700;text-transform:capitalize}@media screen and (min-width:992px){.steps-cards__secondary-title{font-size:var(--font-size--h4);line-height:var(--line-height--h4)}}.steps-cards__item-info{color:var(--Text-200)}