.page-container {
  padding: 100px 0;
}
.page-title {
  font-size: 50px;
  text-align: center;
  font-weight: bold;
  position: relative;
  margin-bottom: 50px;
}
.title-suffix::after {
  content: "";
  display: block;
  height: 3px;
  margin-top: 20px;
  display: block;
  background: url("../images/title-after.png") no-repeat center;
}
.second-container {
  max-width: 1400px;
  margin: 100px auto;
}
.second-row {
  width: 100%;
  padding: 50px 0;
  align-items: center;
}
.second-col {
  flex: 1;
}
.second-col-content {
  font-size: 18px;
  padding: 50px;
  line-height: 28px;
  text-align: center;
}
.second-col h3 {
  font-weight: bold;
  font-size: 38px;
  margin-bottom: 20px;
}
.second-col img {
  width: 100%;
}
.second-col:nth-child(2n) img {
  border-top-left-radius: 53px;
  border-bottom-left-radius: 53px;
}

.second-col:nth-child(2n + 1) img {
  width: 100%;
  border-top-right-radius: 53px;
  border-bottom-right-radius: 53px;
}
.subtitle {
  display: inline-block;
  font-size: 18px;
  padding: 14px 25px;
  box-shadow: 0px 1px 17px 6px rgba(0, 0, 0, 0.1);
  border-radius: 32px;
  margin-bottom: 70px;
}
.expect-container {
  max-width: 1200px;
  margin: 0 auto;
  flex-wrap: wrap;
}
.expect {
  flex: 1;
  padding: 30px 15px;
  text-align: center;
  margin: 0 auto;
}
.expect-img {
  max-width: 80px;
  max-height: 80px;
}
.expect-title {
  font-size: 26px;
  position: relative;
  margin-bottom: 30px;
  padding: 0 38px;
  min-height: 60px;
}
.expect-title::before {
  content: "";
  display: block;
  width: 100%;
  height: 26px;
  position: absolute;
  left: 0;
  right: 0;
  top: 20px;
  background: #f1f3f4;
  z-index: -1;
}
.expect-divider {
  width: 30px;
  height: 5px;
  background: #f1f3f4;
  border-radius: 2px;
  margin: 0 auto;
}
.expect-detail {
  margin-top: 20px;
  box-shadow: 0px 6px 39px 0px rgba(0, 0, 0, 0.1);
  border-radius: 26px;
  padding: 40px;
  min-height: 220px;
  font-size: 18px;
}
