.father {
  height: calc(100vh - 50px);
  width: calc(100vw);
  padding-top: 29vh;
}
.father .info {
  margin-top: -30px;
  text-align: center;
  font-size: 13px;
  font-family: "open-sans-regular";
}
.father .info .steps {
  font-family: "open-sans-semibold";
}
