
  .story-container{
    margin-bottom: 80px;
  }
  .card-title {
    -webkit-text-stroke: 0.8px black;
    color: #52525261;
    /* font-style: italic; */
    text-align: center;
    margin-top:20px;
  }

  .card.story{
    box-shadow: 0px 1px 2px 1px;
      /* text-align: center; */
      margin-bottom: 40px;
  }

  @media screen and (min-width: 600px) {
    .card.story{
       box-shadow: 1px 11px 16px 11px;
        /* text-align: center; */
        margin-bottom: 40px;
    }

}

  .card.suggestion{
    width:100%;
  }

  .blockquote{
      font-style:italic;
  }

#contentTab{
   
  
    min-height: 87vh;
    overflow-x: hidden;
    margin-top: 5em;
    /* padding-top:2em; */
 
   
  }
 
 /* .show-card-row{
     box-shadow: 2px 9px 19px 4px;
 } */
 
 .card-text.story{
         font-style: italic;
         margin-bottom: 0px;
         text-transform: none;
 
 }

 .card-text.story.description{
  font-style: italic;
  margin-bottom: 0px;
  text-transform: none;
  text-align:center;

}
 
 @media screen and (max-width: 600px) {
    .card-text.story-body{
        font-size: 4vw;
        text-align: justify;

}
.card-title.story{
    font-size: 7vw;
}
}