.to3-how__grid{display:grid;grid-template-columns:repeat(5,1fr);gap:17px}
.to3-how article{text-align:center;padding:28px 15px 18px;position:relative}
.to3-how article:not(:last-child):after{
  content:"→";
  position:absolute;
  right:-14px;
  top:46px;
  color:#c9b29d;
  font-size:23px;
}
.to3-how .to3-icon{margin:0 auto}
.to3-how article>strong{
  width:24px;
  height:24px;
  background:var(--to3-green);
  color:#fff;
  border-radius:50%;
  display:grid;
  place-items:center;
  margin:-10px auto 10px;
  position:relative;
  font-size:11px;
}
.to3-how h3{font-size:14px;margin:0 0 8px}
.to3-how p{font-size:12px;color:#6d655f;margin:0;line-height:1.6}
@media(max-width:767px){
.to3-how__grid{grid-template-columns:1fr}
.to3-how article{display:grid;grid-template-columns:56px 1fr;text-align:left;column-gap:15px;padding:13px}
.to3-how article:not(:last-child):after{display:none}
.to3-how .to3-icon{grid-row:1/4;margin:0}
.to3-how article>strong{position:absolute;left:42px;top:12px}
.to3-how h3,.to3-how p{grid-column:2}
.to3-how h3{margin-top:4px}
}