.landing .hero .caption h1 {
  font-size: 29px;
  font-weight: 400;
  line-height: 41px;
  margin-bottom: 15px;
}
.landing .hero .caption p {
  color: #202359;
  font-weight: 600;
  font-size: 18px;
  line-height: 25px;
}
.landing .hero .caption ul li {
  color: #202359;
  font-size: 16px;
  line-height: 24px;
}
@media (min-width: 992px) {
  .landing .hero img {
    max-width: 22vw;
  }
}
.btn.btn-light {
  background-color: #fff;
}
.landing .number-steps h2 {
  font-size: 29px;
  font-weight: 400;
  line-height: 41px;
}
.btn.btn-teacher {
  padding: 7.5px 17.5px !important;
}
.landing .number-steps .step h3 {
  font-size: 21px;
  line-height: 31px;
}
.landing .number-steps .step p {
  font-size: 16px;
  line-height: 24px;
}
.line {
  position: absolute;
  top: 20px;
  width: 80%;
  height: 1px;
  z-index: -1;
  background-color: #e0e0eb;
}
.numberContainer {
  background-color: #f6f6f9;
}
.financeSchools {
  background-color: #f6f6f9;
}
.title h3 {
  font-size: 26px;
  line-height: 34.7px;
}
@media (max-width: 768px) {
  .title h3 {
    font-size: 21px;
  }
}
