.career-steps-horizontal {
  display: flex;
  justify-content: space-between;
  gap: 15px;
  margin: 20px 0;
}
.step-box {
  flex: 1;
  background: #f9f9f9;
  padding: 15px;
  border-radius: 8px;
  text-align: center;
  box-shadow: 0 2px 4px rgba(0,0,0,0.05);
}
.step-box h3 {
  font-size: 16px;
  margin-bottom: 8px;
  color: #333;
}
.step-box p {
  font-size: 14px;
  color: #555;
  margin: 0;
}