.l-card__imageBox {
  width: 80px;
  height: 80px;
}

.align-items--center {
  align-items: center;
}

.l-step__textBox {
  width: 100%;
}
.l-step__textBox__inner {
  display: flex;
  justify-content: space-between;
  gap: 32px;
}
@media screen and (max-width: 768px) {
  .l-step__textBox__inner {
    flex-direction: column-reverse;
    gap: 16px;
  }
}
.l-step__textBox__image {
  width: 80px;
  flex-shrink: 0;
}
@media screen and (max-width: 768px) {
  .l-step__textBox__image {
    width: 64px;
  }
}