.supply-flow {
  height: 270px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 13px;
  padding: 18px;
}

.supply-flow > div {
  display: flex;
  align-items: center;
  gap: 18px;
}

.supply-flow b {
  width: 43px;
  height: 43px;
  display: grid;
  place-items: center;
  flex: 0 0 auto;
  border: 1px solid rgba(203, 239, 67, .55);
  border-radius: 50%;
  color: #cbef43;
  font: 700 11px "Manrope", sans-serif;
}

.supply-flow span { font: 600 14px/1.35 "Manrope", sans-serif; }
.supply-flow small { color: #a7bbb5; font: 400 11px "DM Sans", sans-serif; }
.supply-flow > i { height: 17px; margin-left: 21px; border-left: 1px dashed rgba(203, 239, 67, .4); }

@media (max-width: 540px) {
  .supply-flow { height: 210px; padding: 4px; }
  .supply-flow > i { height: 6px; }
}
