/* .work-list is the page's first section, sitting directly under the fixed
   nav pill. It only had .section's rhythm padding, so the title rendered
   underneath the nav. Match the .page-hero / .service-hero top clearance. */
.work-list { padding-top: 160px; }

.lets-meet__text{
  margin: 60px 0px;
}

.lets-meet__title{
  margin: 20px 0px;
}

.lets-meet__text .eyebrow{
  margin-top: 50px;
}

.lets-meet a.btn{
  margin-bottom: 40px;
}

@media (max-width: 767px) {
  .work-list { padding-top: 120px; }
  .lets-meet__inner { padding: 56px 44px; overflow: hidden; }
  .lets-meet__path { stroke-width: 14; }
  .lets-meet__scribble { transform: scaleX(1.3); }
}

@media (min-width: 768px) and (max-width: 1199px) {
  .lets-meet__inner { padding: 100px 14%; }
}

@media (min-width: 1024px) {
  .lets-meet__title { 
    width: 80%;
    margin: auto;
  }

}
