@media screen and (max-width: 768px) {
  .about-text p {
    text-align: justify; 
    font-size: clamp(0.9rem, 2.5vw, 1rem); 
  }
}
.about-text p {
    text-align: justify; 
}
