.wrapper {
  overflow: hidden;
}

.banner-container {
  display: flex;
  padding-top: 100px;
  min-width: 1200px;
  background: url("../img/apply-banner.png");
  background-size: 100% 100%;
}
.banner-container p,
.banner-container span {
  color: #fff;
}
.banner-container .title {
  margin-bottom: 30px;
  text-align: center;
  font-size: 48px;
}
.banner-container .desc {
  margin-bottom: 100px;
  text-align: center;
  font-size: 24px;
}
.banner-container .btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 350px;
  height: 57px;
  margin: 0 auto 92px;
  color: #0B7BE0;
  font-size: 22px;
  border-radius: 17px;
  border: 2px solid #0B7BE0;
}
.banner-container .btn:hover {
  color: #fff;
  background-color: #1e90ff;
  transform: scale(1.1);
  transition: all 0.3s;
}
.banner-container a {
  color: #0B7BE0;
}

.condition {
  min-width: 1200px;
  padding-bottom: 100px;
  background: url("../img/apply/condition.jpg") 0 100% no-repeat;
}
.condition h4, .condition .title, .condition .desc {
  color: #3D3D3D;
}
.condition h4 {
  margin-top: 70px;
  margin-bottom: 100px;
  text-align: center;
  color: #3D3D3D;
  font-size: 48px;
  font-weight: 300;
}
.condition .condition-list {
  display: flex;
  justify-content: space-around;
}
.condition .condition-list li {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.condition figure {
  margin-bottom: 30px;
  width: 100px;
  height: 100px;
  background-color: #eee;
  border-radius: 50%;
  overflow: hidden;
}
.condition .title {
  margin-bottom: 30px;
  font-size: 30px;
  font-weight: 300;
}
.condition .desc {
  width: 260px;
  font-size: 16px;
  font-weight: 300;
}

.flow {
  padding-bottom: 100px;
  min-width: 1200px;
  background: url("../img/apply/flow.jpg") 100%/cover no-repeat;
}
.flow h4 {
  margin-top: 70px;
  margin-bottom: 100px;
  text-align: center;
  color: #FFF;
  font-size: 48px;
}
.flow .flow-list {
  display: flex;
  align-items: center;
  justify-content: space-around;
  width: 1080px;
  height: 137px;
  background: hsla(0, 0%, 54.5%, 0.2);
  border-radius: 115px;
}
.flow .flow-list li {
  display: flex;
  align-items: first baseline;
}
.flow .flow-list .step {
  font-size: 90px;
  color: rgb(223, 64, 48);
  font-weight: 100;
  margin-right: 12px;
  font-family: num;
}
.flow .flow-list .desc {
  color: #fff;
  font-size: 17px;
}

.equities {
  min-width: 1200px;
}
.equities h4, .equities title {
  color: #3d3d3d;
}
.equities h4 {
  margin-top: 70px;
  margin-bottom: 50px;
  text-align: center;
  color: #3D3D3D;
  font-size: 48px;
  font-weight: 300;
}
.equities .equities-list {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
}
.equities .equities-list li {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 160px;
  height: 182px;
}
.equities figure {
  width: 65px;
  height: 65px;
  margin-bottom: 20px;
}
.equities .title {
  margin-bottom: 70px;
  font-size: 18px;
  font-weight: bold;
}