      .dark-section,
      .about-section {
          background-color: #343a40;
          color: #ffffff;
          padding: 40px 0;
      }

      .img-feature,
      .img-team {
          height: 250px;
          /* Adjust based on your preference */
          object-fit: cover;
          width: 100%;
          border-radius: 5px;
      }

      .number-box,
      .team-box,
      .value-box {
          text-align: center;
          padding: 30px;
          background-color: #ffffff;
          box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
          border-radius: 5px;
          margin-top: 20px;
      }

      .quote {
          font-style: italic;
          margin-bottom: 0;
      }

      .quote-footer {
          text-align: right;
          color: #ccc;
      }

      .hero-section,
      .about-section {
          padding: 40px 0;
          border-bottom: 2px solid #dee2e6;
          /* light gray border */
      }

      .vision-statement {
          margin-top: 20px;
          font-size: 1.2em;
          line-height: 1.5;
      }

      .timeline {
          position: relative;
          padding-left: 50px;
          list-style: none;
      }

      .timeline::before {
          content: "";
          position: absolute;
          top: 0;
          bottom: 0;
          left: 25px;
          width: 2px;
          background-color: #343a40;
          /* dark gray line */
      }

      .timeline-item {
          margin-bottom: 20px;
      }

      .timeline-indicator {
          position: absolute;
          left: 18px;
          width: 14px;
          height: 14px;
          border-radius: 50%;
          background-color: #fff;
      }

      .timeline-content {
          padding-left: 20px;
      }