#fw-section-custom-html-696e9cf2-33f1-4587-af92-82380dda1434 {
/* Journey Section */
.journey-section {
  background-color: #2c2c2c;
  padding: 40px 20px;
  border-radius: 10px;
}

.journey-section h2 {
  font-size: 2.5rem;
  text-align: center;
  color: #40e0d0; /* Turquoise */
}

.journey-section ul {
  list-style-type: none;
  padding: 0;
}

.journey-section ul li {
  margin-bottom: 20px;
  padding: 15px;
  background-color: #333333;
  border-radius: 8px;
}

.journey-section ul li strong {
  font-size: 1.2rem;
  color: #40e0d0; /* Turquoise */
}

.journey-section ul li p {
  font-size: 1rem;
}

/* Visual Elements Section */
.visuals-section {
  padding: 40px 20px;
  text-align: center;
}

.visuals-section h2 {
  font-size: 2.5rem;
  color: #40e0d0; /* Turquoise */
}

.gallery {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
}

.gallery figure {
  text-align: center;
  max-width: 300px;
}

.gallery img {
  width: 100%;
  border-radius: 8px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.2);
}

.gallery figcaption {
  margin-top: 10px;
  font-size: 1rem;
  color: #cccccc;
  text-align: center;
}

/* Call to Action Section */
.cta-section {
  background-color: #2c2c2c;
  text-align: center;
  padding: 40px 20px;
  margin-top: 30px;
}

.cta-section h2 {
  font-size: 2.5rem;
  color: #40e0d0; /* Turquoise */
}

.cta-links a {
  color: #ffffff;
  text-decoration: none;
  background-color: #40e0d0; /* Turquoise */
  padding: 10px 20px;
  margin: 5px;
  border-radius: 5px;
  font-weight: bold;
  display: inline-block;
}

.cta-links a:hover {
  background-color: #33cccc;
}


}
#fw-section-custom-html-d72567d4-f104-4aa7-b37d-596d814e2584 {
/* About Wasted Talent Section */
.about-wasted-talent {
  background-color: #1e1e1e;
  color: #ffffff;
  padding: 40px 20px;
  text-align: center;
  border-radius: 10px;
  margin-bottom: 20px;
}

.about-wasted-talent h2 {
  font-size: 2.5rem;
  color: #40e0d0; /* Turquoise for the heading */
  margin-bottom: 20px;
}

.about-wasted-talent p {
  font-size: 1.2rem;
  line-height: 1.6;
  color: #cccccc;
}

}