.step-circle {
  width: 60px;
  height: 60px;
  background-color: #f0f0f0;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 15px;
}

.step-line {
  width: 100%;
  height: 2px;
  background-color: #ccc;
  margin: 0 auto;
}

.step-text {
  text-align: center;
  margin-bottom: 15px;
}

@media (min-width: 768px) {
  .step-line-container {
    display: flex;
    align-items: center;
  }
  .step-line {
    margin-top: 30px;
    margin-bottom: 30px;
  }
}
