.contact-story-section {
  padding: 60px 20px;
  background-color: #f9f9f9; /* Light background for readability */
  color: #333; /* Neutral text color */
  text-align: center;
}

body.dark-mode .contact-story-section {
    background-color: #111; /* Dark background for dark mode */
    color: #fff; /* Light text color for dark mode */
  }

.contact-story-section .container {
  max-width: 800px;
  margin: 0 auto;
}

.contact-story-section h2 {
    font-size: 2.2em;
    color: #444;
    margin-bottom: 20px;
  }

  body.dark-mode .contact-story-section h2 {
    color: #a4ff81;
  }
  
  .contact-story-section h3 {
    font-size: 1.5em;
    color: #555;
    margin-top: 30px;
    margin-bottom: 15px;
  }

  body.dark-mode .contact-story-section h3 {
    color: #54a5fb;
  }

.contact-story-section p {
  font-size: 1.1em;
  line-height: 1.6;
  margin-bottom: 20px;
}
