.steps {
  width: 100%;
  padding: 70px 0;
  background-color: #1C4A7C;
}
.steps .steps-content .steps-content--top {
  display: flex;
  align-items: center;
}
.steps .steps-content .steps-content--top p {
  font-size: 35px;
  font-weight: bold;
  color: #FFF;
  line-height: 38px;
}
.steps .steps-content .steps-content--top p span {
  font-size: 50px;
  color: #FFC801;
}
.steps .steps-content .steps-content--top div {
  margin-left: 50px;
}
.steps .steps-content .steps-content--top div .line {
  width: 150px;
  height: 7px;
  border-radius: 3.5px;
  background-color: #FFC801;
  display: inline-block;
  margin: 0 3px;
}
.steps .steps-content .steps-content--top div .point {
  width: 7px;
  height: 7px;
  border-radius: 3.5px;
  background-color: #FFC801;
  display: inline-block;
  margin: 0 3px;
}
.steps .steps-content .steps-content--items {
  display: flex;
  margin-top: 35px;
}
.steps .steps-content .steps-content--items .steps-content--items---item {
  width: 33%;
  padding: 0 70px;
  text-align: center;
  margin-top: 25px;
}
.steps .steps-content .steps-content--items .steps-content--items---item p {
  font-size: 14px;
  line-height: 22px;
  margin-top: 7px;
  font-weight: 200;
  color: #FFF;
}
.steps .steps-content .steps-content--items .benefits-content--item:last-child {
  border: none;
}
.steps .steps-content .steps-content--button {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 70px;
  text-align: center;
}
.steps .steps-content .steps-content--button p {
  width: 900px;
  color: #FFF;
  font-size: 16px;
  font-weight: 200;
  line-height: 22px;
}
.steps .steps-content .steps-content--button a {
  margin-top: 30px;
  background-color: #FFC801;
  color: #1C4A7C;
  width: 250px;
  padding: 15px 0;
  border: none;
  border-radius: 7px;
  font-size: 18px;
  font-weight: bold;
  cursor: pointer;
}