.about-wrapper {
  position: relative;
}

@media screen and (max-width: 767px) {
  .about-wrapper .filler-about {
    position: relative;
    text-align: center;
    margin-top: -115px;
    margin-bottom: 5rem;
  }
}

@media screen and (min-width: 768px) {
  .about-wrapper .filler-about {
    position: absolute;
    top: -88px;
    left: -248px;
  }
}
