.aboutStoryWrap {
  background-color: transparent;
}
.aboutStoryWrap h2,
.aboutStoryWrap h3 {
  background: linear-gradient(96deg, #EBF1FF 37.28%, #B3C0DE 64.87%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.aboutStoryWrap .justify-content-center {
    justify-content: left !important;
}
.aboutStoryWrap p {
    color: #e6dcfacf;
    font-style: normal;
    font-weight: 400;
    line-height: 33px;
}
@media only screen and (max-width: 991px) {
  .aboutStoryWrap .content-box {
    max-width: 100% !important;
  }
  .aboutStoryWrap .content-img-img {
    text-align: center;
  }
  .aboutStoryWrap .content-img-img .img-fluid {
    margin: 0 auto;
  }