.description {
  margin-top: 20px;
  padding: 0 200px;
}
.description-heade {
  height: 200px;
}
.description-heade > div:first-child {
  position: relative;
  font-size: 50px;
  line-height: 100px;
  font-weight: 900;
  text-align: center;
}
.description-heade > div:first-child span {
  bottom: -60px;
  position: absolute;
  line-height: normal;
  font-size: 18px;
  font-weight: normal;
  transform: translateX(30px);
}
.description .paragraph {
  text-indent: 2em;
  font-size: 16px;
}
.description .paragraph-end {
  text-align: center;
  font-weight: 900;
  font-size: 20px;
  margin-bottom: 16px;
}
.description .paragraph-title {
  font-size: 20px;
  text-indent: 2em;
  font-weight: 900;
}
.description .paragraph-img {
  width: 240px;
  text-align: center;
  margin: auto auto 16px;
}
.description .paragraph-img img {
  display: block;
}
.description .paragraph-img div {
  width: 240px;
}
