/* About Us Section */
#about-us {
    margin-top: -50px;
}
#about-us h2 {
    margin-bottom: 20px; /* Add space below section title */
}
  
#about-us p {
    max-width: 90%; /* Limit text width for better readability */
    margin: 0 auto;
    text-align: justify;
}