.step-icon-placeholder {
  display: flex;
  align-items: center;
  justify-content: center;
  background: transparent !important;
  overflow: visible;
}

.step-icon {
  width: 112px;
  height: 112px;
  display: block;
  object-fit: contain;
  filter: drop-shadow(0 12px 18px rgba(40, 35, 65, 0.12));
}

@media (max-width: 760px) {
  .step-icon {
    width: 98px;
    height: 98px;
  }
}
