.about-portrait {
  filter: grayscale(1) contrast(1.05);
}

.about-services {
  max-width: 690px;
  font-size: 18px;
  line-height: 1.62;
}

.about-services h2 {
  margin: 0 0 22px;
  font: 900 clamp(62px, 8vw, 124px) / .78 'Barlow Condensed', Impact, sans-serif;
  letter-spacing: -.02em;
  text-transform: uppercase;
}

.about-services p { margin: 0; }
.about-services p + p { margin-top: 24px; }

.about-services + h1 {
  margin-top: 78px;
}

@media (max-width:650px) {
  .about-services { font-size: 16px; }
  .about-services + h1 { margin-top: 55px; }
}
