@media (max-width: 700px) {
  .diagnose-v3 .flow-progress {
    grid-template-columns: repeat(5, minmax(0, 1fr));
    overflow: hidden;
  }

  .diagnose-v3 .flow-progress span {
    min-width: 0;
    padding: 9px 3px;
    gap: 4px;
    flex-direction: column;
    justify-content: center;
    text-align: center;
    overflow-wrap: anywhere;
  }

  .diagnose-v3 .flow-progress b {
    width: 22px;
    height: 22px;
  }
}
