.o-m-flow-step {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.o-m-flow-step__img > img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.o-m-flow-step__title {
  margin-top: 8px;
  color: rgba(0, 0, 0, 0.85);
  font-weight: bold;
  font-size: 16px;
}
.o-m-flow-step__title--linkable {
  margin-top: 24px;
  color: var(--o-m-primary);
  font-weight: 400;
}
.o-m-flow-step__desc {
  margin-top: 8px;
  color: #2d303e;
  font-weight: 400;
  font-size: 12px;
}