.compy-introduce {
  font-size: 14px;
  text-indent: 30px;
  padding: 40px 80px;
  margin: 40px 20px;
  overflow: auto;
  max-height: 400px;
  border-radius: 12px;
  color: #fff;
  background: url(../images/home-bg.png) center / cover no-repeat #111009;

  p:not(:last-child) {
    margin-bottom: 12px;
  }
}
.plan .desc {
  margin: 0 auto 24px;
  letter-spacing: 2px;
  background: #e6e5e5;
  line-height: 2.5;
  padding: 0 12px;
  display: inline-block;
}

@media screen and (max-width: 500px) {
  .compy-introduce {
    padding: 20px 30px;
    margin: 36px 16px;
  }
}
