 .container-tentang-about {
     max-width: 1000px;
     margin: 0 auto;
     padding: 40px 20px;
 }

 .tentang-about {
     text-align: center;
     margin-bottom: 30px;
 }

 .about-image {
     text-align: center;
     margin-bottom: 30px;
 }

 .about-image img {
     max-width: 300px;
     height: auto;
 }

 .about-text {
     line-height: 1.7;
     text-align: justify;
     margin-left: 2em;
     margin-right: 2em;
 }