/* ---------- 3-STEP PROCESS (white band, outlined numbers) ---------- */
.services-content .its-three_step_process .industry-process__grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(230px, 1fr));
  gap: 30px;
}
.services-content .its-three_step_process .industry-process__step {
  text-align: center;
  padding: 16px;
}
.services-content .its-three_step_process .industry-process__num {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 62px;
  height: 62px;
  margin: 0 auto 20px;
  border: 2px solid #e35d44;
  border-radius: 50%;
  background: rgba(227, 93, 68, 0.1);
  font-family: "Oswald", sans-serif;
  font-size: 22px;
  font-weight: 700;
  color: #e35d44;
}
.services-content .its-three_step_process .industry-process__step-title {
  font-family: "Oswald", sans-serif;
  font-weight: 600;
  font-size: 18px;
  text-transform: uppercase;
  color: #152f3d;
  margin: 0 0 12px;
}
.services-content .its-three_step_process .industry-process__step-text {
  font-size: 15px;
  margin: 0;
  color: #555;
}
