#app .content {
  padding: 0 40px;
  height: calc(100vh - 120px);
  display: flex;
  justify-content: space-between;
  padding-top: 120px;
}

#app .content .l-box {
  color: #5f6962;
}

#app .content .l-box .title {
  font-size: 44px;
  color: #314d40;
  margin-bottom: 48px;
}

#app .content .l-box p {
  font-size: 14px;
  width: 600px;
}

#app .content .l-box p:nth-of-type(2) {
  margin-top: 12px;
}

#app .content .r-box {
  margin: 0 72px;
}

#app .content .r-box img {
  width: 200px;
}
