.the-process-page .banner {
  min-height: 100vh;
  height: auto;
  background-size: cover;
  background-position: center center;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  padding: 25px 0;
}
.the-process-page .banner:after {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  content: "";
  background-color: rgba(0, 0, 0, 0.25);
}
.the-process-page .banner .banner-content {
  position: relative;
  z-index: 2;
  color: #FFFFFF;
}
.the-process-page .banner .banner-content h1 {
  font-size: 60px;
  font-weight: 300;
  margin-bottom: 30px;
}
.the-process-page .banner .banner-content h2 {
  font-size: 60px;
  font-weight: 400;
  margin-bottom: 20px;
}
.the-process-page .banner .banner-content ol {
  padding-left: 20px !important;
}
.the-process-page .banner .banner-content ol li {
  font-size: 23px;
}
.the-process-page .getting-approved {
  background-color: #323232;
  padding: 30px 0;
  color: #FFFFFF;
}
.the-process-page .getting-approved h3.common-head {
  color: #FFFFFF;
}
.the-process-page .the-needs {
  background-color: #f2f2f2;
  padding: 30px 0;
}
.the-process-page .the-needs .blocks .block {
  margin: 30px 0;
}
.the-process-page .the-needs .blocks .block h4 {
  margin-bottom: 25px;
}
.the-process-page .the-needs .blocks .block ul {
  padding-left: 20px;
}
.the-process-page .the-needs .blocks .block ul li {
  font-size: 18px;
}
.the-process-page .the-needs .blocks .block ul li:not(:last-child) {
  margin-bottom: 5px;
}
.the-process-page .choosing {
  padding: 30px 0;
}

@media (max-width: 767px) {
  .the-process-page .banner .banner-content h1 {
    font-size: 30px;
    margin-bottom: 10px;
  }
  .the-process-page .banner .banner-content h2 {
    font-size: 30px;
    margin-bottom: 10px;
  }
  .the-process-page .banner .banner-content ol li {
    font-size: 16px;
  }
}

/*# sourceMappingURL=the-process.css.map */
