
.about-text-page{
  width: 100%;
  text-align: center;
  padding: 20px 10px;
}


.about-text-page h2{
  color: #463c71;
  font-size: 42px;
  font-weight: 700;
  line-height: 1.25em;
  letter-spacing: -1.04px;
  font-family: 'GeomGraphic';
}
.about-text-page h5{
  color: #2b318347;
}
.about-text-page p{
  text-justify: inter-word;
  word-spacing: -2px;
  font-size: 20px;
    line-height: 1.5em;
    color: #656565;
}
.about-page-box {
  background-color: #F8F9FF;
  transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
  padding: 0px;
  float: left;
  width: 100%;
  position: relative;
}
.about-page-box-grid{
  padding-top: 50px;
        padding-bottom: 50px;
        text-align: center;
        width: 100%;
        float: left;
        position: relative;
}
.about-text-story {
  width: 100%;
  text-align: left;
  padding: 20px 30px;
  background-color: #ffffff;
  border: 1px solid #e1d9f7;
  border-radius: 20px;
  text-align: left;
  -webkit-box-shadow: 0px 5px 30px -25px rgba(0, 0, 0, 1);
  -moz-box-shadow: 0px 5px 30px -25px rgba(0, 0, 0, 1);
  box-shadow: 0px 5px 30px -25px rgba(0, 0, 0, 1);
}
/* ---------------------Start mobile ----------------------------------*/
@media screen and (max-width: 1024px) {

  .about-text-page p {
    word-spacing: 0px;
    font-size: 18px;
    line-height: 1.3;
    color: #656565;
    padding-bottom: 15px;
    padding: 0 15px;
    margin-bottom: 0;
  }
  .about-page-box-grid {
    padding-bottom: 0px;
    padding-top: 60px;
  }
}