/* Finding To Flourishing Section */
.finding-flourishing-section {
  padding: 80px 0;
  background-color: var(--white);
  text-align: left;
}

.ff-title {
  font-family: var(--font-display);
  font-weight: 400;
  font-style: normal;
  font-size: 48px;
  line-height: 120%;
  letter-spacing: -0.02em;
  color: var(--primary-color);
  margin-bottom: 20px;
}

.ff-subtitle {
  font-family: var(--font-secondary);
  font-weight: 400;
  font-style: normal;
  font-size: 17px;
  line-height: 120%;
  letter-spacing: -0.02em;
  color: var(
    --black
  ); /* As per visual/request implies dark text, user didn't specify color but black/dark is standard */
  margin-bottom: 60px;
}

.ff-card {
  text-align: left;
  margin-bottom: 30px;
}

.ff-card-image {
  width: 100%;
  height: 368px; /* Matching previous height */
  object-fit: cover;
  margin-bottom: 20px;
  display: block;
}

.ff-card-title {
  font-family: var(--font-secondary);
  font-weight: 400;
  font-style: normal;
  font-size: 25px;
  line-height: 120%;
  letter-spacing: -0.02em;
  color: var(
    --primary-color
  ); /* Matches Find Your Workspace color in screenshot */
  margin-bottom: 10px;
  display: block;
  text-decoration: none;
}

.ff-card-text {
  font-family: var(--font-secondary);
  font-weight: 400;
  font-style: normal;
  font-size: 17px;
  line-height: 120%;
  letter-spacing: -0.02em;
  color: var(--black);
  margin: 0;
}
