/* starts main section */
@media screen and (max-width: 930px) {
   .parent-child-container {
      justify-content: center !important;
      margin-top: 2rem !important;
      margin-bottom: 1rem !important;
      padding-left: 0% !important;
   }
   .dedication-text-container {
      display: none !important;
   }
   .dedication-heading {
      font-size: 33px !important;
      padding: 0 !important;
      text-align: center !important;
      display: block !important;
      padding-left: 0 !important;
      flex: none !important;
   }
   .title-part1,
   .title-part2 {
      display: block !important; 
   }
   .story-text-paragraph {
      text-align: center !important;
   }
}


.parent-flex-container {
   /* box-sizing: border-box; */
   display: flex;
   /* flex-direction: row; */
   /* gap: 8px; */
   /* align-items: flex-start; */
   /* justify-content: space-between; */
   width: 100%;
   /* padding-left: 4px; */
}

.image-container {
   box-sizing: border-box;
   display: none;
   width: 154px;
   max-width: initial;
   height: 552px;
   transform: translate(-5px, 1376px);
}

.story-container {
   box-sizing: border-box;
   display: flex;
   flex: 0 0 auto;
   align-items: center;
   justify-content: center;
   width: 100%;
   padding-bottom: 5%;
   flex-direction: column;
}

.parent-child-container {
   display: flex;
   /* flex: 0 0 auto; */
   /* gap: 8px; */
   /* padding-left: 236px; */
   flex-direction: row;
   width: 100%;
   justify-content: space-between;
}

.dedication-heading {
   flex: 0 0 auto;
   padding: 0;
   padding-top: 45px;
   margin: 0;
   font: 700 48px sans-serif;
   color: #205A98;
   padding-left: 30%;
   display: block;
}

.title-part1,
.title-part2 {
   display: inline; 
}

.dedication-text-container {
   box-sizing: border-box;
   display: block;
   width: 272px;
   max-width: initial;
   height: 181px;
}

.story-text-paragraph {
   box-sizing: border-box;
   flex: 0 0 auto;
   width: 80%;
   padding: 0;
   margin: 0;
   margin-top: 2.75px;
   font: 700 16px sans-serif;
   color: #121212;
   text-align: left;
   margin-bottom: 2rem;
}

.story-text-style {
   box-sizing: border-box;
   flex: 0 0 auto;
   max-width: 968px;
   padding: 0;
   margin: 0;
   margin-top: 26px;
   font: 400 24px sans-serif;
   color: #121212;
   text-align: left;
}

.header-text-bold {
   font: 700 16px sans-serif;
   text-align: left;
}

.sensory-cognitive-text {
   font: 400 16px sans-serif;
   text-align: left;
}

.italic-serif-text {
   font: italic 400 16px sans-serif;
   text-align: left;
}

.heading-text {
   font: 700 16px sans-serif;
   text-align: left;
}

.f-700 {
color: #121212;
font-family: sans-serif;
font-size: 20px;
font-style: normal;
font-weight: 700;
line-height: normal;
}

.f-400 {
color: #121212;
font-family: sans-serif;
font-size: 20px;
font-style: normal;
font-weight: 400;
line-height: normal;
margin-bottom: 1rem;
}

.f-500 {
color: #121212;
font-family: sans-serif;
font-size: 20px;
font-style: normal;
font-weight: 400;
line-height: normal;
margin-top: 1.5rem;
}
/* ends main section */
