.about-content a {
    text-decoration: none; /* Removes the underline */
    color: #007bff; /* Keeps links blue */
  }
  
  .about-content a:hover {
    text-decoration: underline; /* Adds underline only on hover */
  }