.about {
  background-image: url('../images/about-bg.png?20210909123015');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top center;
    overflow: hidden;
  }
  .about-title {
    background-image: url('../images/about-title.png?20210909123015');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    height: 162px;
    margin-top: 89px;
}
  .about-content {
    margin: 8% 8%;
    height: auto;
    background-image: url('../images/about-img.png?20210909123015');
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-position: 20px 0 0;
    text-align: justify;
    text-justify:inter-ideograph; 
    word-break:break-all;
    border-radius: 25px;
    color: #F0E0AD;
  }
  .about-content p {
    padding: 8%;
    font-size: 35px;
    line-height: 70px;
  }
  .about-contain {
    margin: auto 8%;
    overflow: hidden;
  }