/* Our Story Section (used in our-story.html) */
/* Story Hero Section (used in our-story.html and our-mission.html) */
/*.story-hero .hero-text {*/
/*    max-width: 900px;*/
/*    z-index: 2;*/
/*    padding: 30px;*/
/*}*/

/*.story-hero p {*/
/*    font-size: 1.2em;*/
/*    line-height: 1.8;*/
/*    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);*/
/*}*/


.our-story ol {
  list-style-position: outside;
  padding-left: 30px;
}

.our-story ol li {
  font-size: 1.2em;
  margin-bottom: 25px;
  line-height: 1.8;
  color: #444;
}

.our-story ol li a {
  color: #e74c3c;
  text-decoration: none;
  font-weight: 600;
}

.our-story ol li a:hover {
  text-decoration: underline;
}

.our-story .highlight-text {
  color: #e74c3c;
  font-weight: 600;
}

.our-story .bold-content .toggle {
  font-weight: 700;
  text-decoration: underline;
  cursor: pointer;
}

.our-story .dropdown {
  display: none;
  background: #f2f2f7;
  padding: 0 0 100px;
  margin: 50px 0 100px;

  transition: opacity 0.3s ease, transform 0.3s ease;
  opacity: 0;
}

.our-story .dropdown.active {
  display: block;
  opacity: 1;
}

.our-story .dropdown p {
  color: #48484a;
  font-family: 'Poppins', sans-serif;
  padding-top: 50px;
}

.our-story .dropdown h3 {
  font-family: 'Rockwell', sans-serif;
  padding-top: 80px;
  font-size: 2em;
  font-style: italic;
}

.our-story .dropdown img {
  width: 100%;
}
