.AboutPage-quote,
.AboutPage-block {
  margin-bottom: 50px;
}

.AboutPage-block--flex {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.AboutPage-block--flex h2 {
  width: 100%;
}

.AboutPage-inspirationPhotoBlock {
  flex: 1 0 auto;
  max-width: calc(50% - 10px);
  margin: 0;
  margin-bottom: 20px;
}

.AboutPage-quote h3 {
  color: #00928f;
  font-size: 24px;
  font-weight: normal;
  line-height: 36px;
}

.AboutPage-photo {
  margin: 0;
  float: right;
  margin-left: 20px;
  max-height: 250px;
}

.AboutPage-photo img {
  max-height: inherit;
}

@media (max-width: 768px) {
  .AboutPage-inspirationPhotoBlock {
    max-width: 100%;
  }
}
