.about {
  background-image: url('../images/bg.png?20210408162150'),linear-gradient(#3B3A39,#000);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top center;
    overflow: hidden;
  }
  .page-title div {
    background-image: url('../images/about-title.png?20210408162150');
    width: 391px;
    height: 100%;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    margin: 0 auto;
  }
  .about-content {
    margin: 8% 8%;
    height: auto;
    background-image: url('../images/about-bg.png?20210408162150');
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-position: 20px 0 0;
    text-align: justify;
    text-justify:inter-ideograph; 
    word-break:break-all;
    background-color: #000;
    border-radius: 25px;
    color: #F7D9AD;
  }
  .about-content p {
    padding: 8%;
    font-size: 35px;
    line-height: 70px;
  }
  .about-contain {
    margin: auto 8%;
    overflow: hidden;
  }