/* center the number circle above title */
.step-item {
  display: grid;
  place-items: center;
  width: 100px;
  height: 100px;
  margin: 0 auto 18px;   /* centers + space below */
  border-radius: 50%;
  border: 4px solid #44d62c;
  color: #44d62c;
  font-weight: 700;
  font-size: 3rem;
  line-height: 1;
}
/* optional: remove image spacing if empty 
.item-img-container {
  display: none;
}*/
@media(min-width: 768px){#steps .multi-panels ul {grid-template-columns: repeat(4, [col-start] 1fr);
}}
 @media screen and (max-width:767px){#pnxssr_2baf7522f57a320fc033dcef57a4299f section[pnxssr_2]{visibility:hidden;}} @media screen and (-webkit-max-device-pixel-ratio: 1) and (min-width: 1200px), screen and (min-width: 768px) and (max-width: 1200px){#pnxssr_2baf7522f57a320fc033dcef57a4299f section[pnxssr_2]{visibility:hidden;}} @media screen and (-webkit-min-device-pixel-ratio: 1) and (min-width: 1200px){#pnxssr_2baf7522f57a320fc033dcef57a4299f section[pnxssr_2]{visibility:hidden;}} @media screen and (-webkit-min-device-pixel-ratio: 1.5) and (min-width: 1200px){#pnxssr_2baf7522f57a320fc033dcef57a4299f section[pnxssr_2]{visibility:hidden;}}