.icon-steps {--icon-steps-blue:#025282;--icon-steps-green:#607B6E;margin:2em 0;}
.icon-steps__inner {display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:2em;position:relative;padding:1.75em 2em 2em;border:2px solid var(--icon-steps-green);border-radius:28px;box-shadow:0 12px 24px rgba(0,0,0,.08);background:#f8f9fb}
.icon-steps__item {position:relative;text-align:center;}
.icon-steps__item:not(:last-child)::after {content:"\f30b";font-family: 'Font Awesome\ 5 Free';font-weight: 900;position:absolute;top:26%;right:-1.25em;color:var(--icon-steps-green);text-rendering:auto;-webkit-font-smoothing:antialiased;    font-size: 1.75em;}
.icon-steps__item:not(:last-child)::before {display:none;}
.icon-steps__icon-wrap {display:flex;align-items:center;justify-content:center;width:9em;height:9em;margin:0 auto 1.25em;overflow:hidden;}
.icon-steps__icon {display:block;width:100%;height:100%;object-fit:contain;}
.icon-steps__headline {margin:0 0 .65em;color:var(--icon-steps-blue);font-size:1.55em;line-height:1.15;font-weight:700;}
.icon-steps__description {max-width:25em;margin:0 auto;font-size:1.05em;line-height:1.55;}
.icon-steps__description p {margin:0;}
.icon-steps__description p + p {margin-top:.75em;}
@media (max-width:1023px) {
.icon-steps__inner {grid-template-columns:1fr;gap:2.25em;padding:2em 1.5em;}
.icon-steps__item:not(:last-child)::after {content:"\f063";font-family:'Font Awesome\ 5 Free';font-weight:900;top:auto;right:auto;bottom:-1.55em;left:50%;transform:translateX(-50%);color:var(--icon-steps-green);font-size:1.15em;line-height:1;}
.icon-steps__item:not(:last-child)::before {display:none;}.icon-steps__icon-wrap {width:7.5em;height:7.5em;}
.icon-steps__headline {font-size:1.4em;}}
@media (max-width:768px) {
.icon-steps__inner {padding:1.5em 1em;border-radius:22px;}
.icon-steps__icon-wrap {width:6.75em;height:6.75em;}
.icon-steps__headline {font-size:1.25em;}
.icon-steps__description {font-size:1em;}}