.aboutPage .aboutTiles{
  margin-top:.6rem;
  animation:fadeInUp 1s ease forwards;
  margin:40px auto 0;
  max-width:800px;
  justify-items:center;
}

.aboutPage .aboutTiles .tile img{
  object-fit:cover;
}

.aboutPage .prose{
  max-width:90ch;
  display:block;
  margin:40px auto 0;
  text-align:left;
  opacity:0;
  animation:fadeInUp 1s ease forwards;
  animation-delay:.2s;
}

.aboutPage .prose p,
.aboutPage .simpleSection p{
  color:#fff !important;
}

@media (max-width: 560px){
  .aboutPage .prose{
    margin-top:28px;
  }
}
