.about__text figure {
  float: left;
  margin-right: 1.25rem;
  max-width: 506px;
}

@media(max-width:767.98px) {
  .about__text figure {
    float: none;
    margin-right: 0;
    display: flex;
    justify-content: center;
  }
}