#tn-hiw-container {
  display: block;
  font-style: normal;
  margin: 12px auto;
  color: #000000;
}

#tn-hiw-title {
  text-align: center;
  margin: auto;
}

#tn-hiw-steps-container {
  display: flex;
  justify-content: center;
  gap: 20px;
  width: 100%;
  margin-top: 8px;
}

.tn-hiw-step {
  align-items: center;
  text-align: center;
  flex: 1;
  display: flex;
  flex-direction: column;
}

.tn-hiw-step-text-container {
  margin-top: auto;
}

.tn-hiw-subtitle {
  margin: auto;
}

.tn-hiw-text {
  margin: auto;
}

@media (max-width: 768px) {
  #tn-hiw-steps-container {
    margin-top: 14px;
    flex-direction: column;
  }
}
