.story-text {
  display: flex;
  justify-content: center;
  flex-direction: column;
  width: 100%;
  height: 100%;
}

.story-img img {
  width: 100%;
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition: all .3s;
  transition: all .3s;
  vertical-align: middle;
}

.left-align-text h3:before {
  position: absolute;
  left: -78px;
  top: 24px;
  width: 70px;
  height: 3px;
  content: "";
  background: #e86256;
  z-index: 9;
}

.left-align-text {
  padding-left: 20px;
  text-align: left;
}

.story-img {
  overflow: hidden;
}

.left-align-text h3 {
  position: relative;
  display: inline-block;
  font-family: 'Alex Brush';
  font-size: 35pt;
}

.right-align-text h3 {
  position: relative;
  display: inline-block;
  font-family: 'Alex Brush';
  font-size: 35pt;
}

.right-align-text {
  padding-right: 20px;
  text-align: right;
}

.right-align-text h3:before {
  position: absolute;
  right: -78px;
  top: 24px;
  width: 70px;
  height: 3px;
  content: "";
  background: #e86256;
  z-index: 9;
}

.story-wrap {
  background: rgba(232, 98, 86, 0.05);
}

