.app-header__i9-platform-part-i9 {
  height: 32px;
  width: 28px;
  color: #3b4044;
  font-family: 'Open Sans';
  font-size: 24px;
  font-weight: bold;
  letter-spacing: -0.5px;
  line-height: 32px;
}
.app-header__i9-platform-part-platform {
  height: 32px;
  width: 83px;
  color: #6f787f;
  font-family: 'Open Sans';
  font-size: 24px;
  letter-spacing: -0.7px;
  line-height: 32px;
}
.i9-step-card {
  border: 2px solid #D9D9D9;
  width: 297px;
  height: 390px;
  display: flex;
  flex-direction: column;
  text-align: center;
  padding: 0 32px;
}
.i9-step-card__header {
  margin-top: -13px;
  margin-bottom: 45px;
}
.i9-step-card__header h2 {
  font-size: 24px;
  font-weight: bold;
  color: #007FAC;
  display: inline-block;
  background-color: white;
  width: 130px;
}
.i9-step-card__image {
  margin-bottom: 37px;
}
.i9-step-card__text {
  font-weight: 600;
}
