.about {
  max-width: 915px;
  width: 100%;
  flex-direction: column
}

.aboutContent {
  max-width: 570px
}
.aboutTitle {
  margin: 0
}
.aboutParagraph {
  margin: 7px 0 14px;
  animation-delay: 50ms
}

.about > img {
  width: 100%;
  max-width: 570px;
  height: 240px;
  object-fit: cover;
  animation-delay: 150ms
}

@media screen and (min-width: 1072px) {
  .about {
    flex-direction: row
  }
  .about > img {
    max-width: 240px
  }
}