#app {
  background: linear-gradient(#7c7b7a, #f1c4d5 3%);
}

#app .content {
  padding: 40px 40px;
  color: #555c57;
}

#app .content img {
  width: 100%;
}

#app .content .img-1 {
  padding-bottom: 20px;
  border-bottom: 1px solid #555c57;
}

#app .content .text-box {
  display: flex;
  flex-wrap: wrap;
  margin-top: 24px;
  padding: 0 48px;
}

#app .content .text-box .box {
  flex: 44%;
}

#app .content .text-box .box .text-title {
  font-size: 24px;
  font-weight: bold;
}

#app .content .text-box .box .desc {
  margin-top: 16px;
}

#app .content .text-box .box .desc p {
  font-size: 20px;
}

#app .content .text-box .box .desc span {
  font-size: 14px;
}

#app .content .text-box .box .desc-2 {
  margin-top: 0;
}

#app .content .text-box .box:nth-of-type(n-2) {
  margin-top: 24px;
}

#app .content .title {
  margin: 36px 0;
  padding-left: 48px;
}

#app .content .title p {
  font-weight: bold;
  font-size: 28px;
}

#app .content .img-2,
#app .content .img-3,
#app .content .img-4 {
  padding: 0 48px;
  margin-top: 48px;
}

#app .content .img-5 {
  display: block;
  width: 280px;
  margin: 0 auto;
  margin-top: 48px;
}
