.serviceBaner {
  width: 100%;
  height: 538px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  background: url('../images/service_bg.png') center/cover no-repeat;
}

.serviceBanerTitle {
  margin-bottom: 105px;
  color: #ffffff;
  font-weight: 600;
  font-size: 50px;
  line-height: 61px;
}

.serviceTermContent {
  display: flex;
  align-items: center;
  margin-top: 100px;
  border-radius: 8px;
  background: #fbfbfb;
}

.serviceTermImg {
  width: 578px;
  height: 479px;
  margin-right: 81px;
}

.serviceTermInfo {
  display: flex;
  flex-direction: column;
  justify-content: center;
  color: #333333;
  font-weight: 400;
  font-size: 26px;
  line-height: 34px;
}

.serviceTermTitle {
  color: #0a314d;
  font-weight: 600;
  font-size: 58px;
  line-height: 68px;
}

.serviceTermText {
  width: 90%;
  padding-top: 36px;
}

.serviceRepayContent {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 58px;
  margin: 70px 0;
  border-radius: 8px;
  background: #fbfbfb;
}

.serviceRepayTitle {
  padding-bottom: 60px;
  color: #0a314d;
  font-weight: 600;
  font-size: 60px;
  line-height: 73px;
}
.serviceRepayText {
  width: 86%;
  padding-bottom: 30px;
  text-align: center;
  color: #333333;
  font-weight: 400;
  font-size: 26px;
  line-height: 34px;
}