/* Our Story Section - Updated to match Figma design */
.our-story {
  padding: 120px 0;
  background-color: #00478e;
  color: #ffffff;
}

.our-story-content {
  max-width: 800px;
  margin: 0 auto;
}

.our-story-text {
  display: flex;
  flex-direction: column;
  gap: 32px;
  align-items: flex-end;
}

.story-header {
  display: flex;
  flex-direction: column;
  gap: 8px;
  align-self: stretch;
}

.story-title {
  font-family: "SomarSans", sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.5em;
  color: #ffffff;
  margin: 0;
  text-align: left;
}

.story-subtitle {
  font-family: "SomarSans", sans-serif;
  font-size: 32px;
  font-weight: 600;
  line-height: 1.5em;
  color: #ffffff;
  margin: 0;
  text-align: left;
}

.story-description {
  font-family: "SomarSans", sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.5em;
  color: #ffffff;
  margin: 0;
  text-align: left;
  align-self: stretch;
}
