#downloadPage {
  width: 100%;
  padding-top: 120px;
}
#downloadPage .title {
  position: relative;
  font-size: 48px;
  font-weight: 500;
  color: #212329;
  line-height: 67px;
  text-align: center;
  margin-bottom: 80px;
}

#downloadPage .title:after {
  position: absolute;
  left: 50%;
  margin-left: -40px;
  bottom: -8px;
  content: "";
  width: 80px;
  height: 4px;
  background: #14ae67;
}

#downloadPage .container {
  display: flex;
  justify-content: space-between;
  width: 80%;
}

#downloadPage .container .l {
  display: flex;
  flex-direction: column;
  width: 260px;
}

#downloadPage .container .r {
  width: 220px;
  text-align: center;
}
#downloadPage .container .r p {
  text-align: center;
  font-size: 16px;
  font-weight: 500;
  color: rgba(0, 0, 0, 0.85);
  line-height: 22px;
}

#downloadPage .container .l p {
  text-align: center;
  padding-top: 16px;
  font-size: 16px;
  font-weight: 500;
  color: rgba(0, 0, 0, 0.85);
  line-height: 22px;
}

#rentalTutorialPage .title {
  position: relative;
  font-size: 48px;
  font-weight: 500;
  color: #212329;
  line-height: 67px;
  text-align: center;
  margin-bottom: 80px;
}

#rentalTutorialPage .title:after {
  position: absolute;
  left: 50%;
  bottom: -8px;
  margin-left: -40px;
  content: "";
  width: 80px;
  height: 4px;
  background: #14ae67;
}

#rentalTutorialPage section {
  margin-top: 60px;
}

#rentalTutorialPage .container {
  display: flex;
  width: 80%;
  justify-content: space-between;
}

#rentalTutorialPage .container p {
  margin-top: 60px;
  width: 300px;
  text-align: center;
  font-size: 20px;
  font-weight: 400;
  color: rgba(0, 0, 0, 0.65);
  line-height: 28px;
}
