.cu-step-row {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: var(--dl-space-space-unit);
  margin-bottom: var(--dl-space-space-oneandhalfunits);
}

.cu-step-image {
  height: 50px;
  width: 50px;
  filter: invert(var(--dl-invert-percentage));
}

.cu-step-text {
  font-size: 14pt;
  line-height: var(--dl-space-space-twounits)
}
