@media (max-width: 767px) {
  .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 { font-size: clamp(56px, 7vw, 80px); }
}

.lets-meet__subtitle{
  width: 80%;
  margin: 16px auto 32px;
}

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

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