.pas-section {
  overflow: hidden;
}

.pas-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(0, 1.08fr);
  gap: 64px;
  align-items: start;
}

.pas-gallery {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  border: 1px solid rgba(38, 39, 86, 0.1);
  border-radius: var(--cb-radius);
  background: #f2dfc2;
  box-shadow: var(--cb-shadow);
}

.pas-gallery picture,
.pas-gallery img {
  display: block;
  width: 100%;
}

.pas-gallery img {
  height: auto;
  aspect-ratio: 3 / 2;
  object-fit: cover;
  object-position: center;
}

.pas-copy {
  min-width: 0;
}

.pas-body {
  max-width: none;
  margin: 26px 0 0;
  color: var(--cb-muted);
  font-size: 18px;
  line-height: 1.72;
}

.pas-body + .pas-body {
  margin-top: 14px;
}

.pas-benefits {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px 34px;
  margin: 28px 0 0;
}

.rhythm-layout {
  display: grid;
  grid-template-columns: minmax(290px, 0.72fr) minmax(0, 1.28fr);
  gap: clamp(54px, 7vw, 108px);
  align-items: start;
}

.rhythm-intro .section-heading {
  max-width: 11ch;
}

.rhythm-intro .lead {
  max-width: 34ch;
  margin-top: 26px;
}

#rhythm .number-list {
  gap: 38px 48px;
  margin-top: 0;
}

#rhythm .number-list li {
  min-height: 74px;
  padding: 1px 0 0 68px;
}

#rhythm .number-list li::before {
  width: 46px;
  height: 46px;
  font-size: 12px;
}

#rhythm .number-list strong,
#rhythm .number-list .muted {
  display: block;
}

#rhythm .number-list strong {
  font-size: 18px;
  line-height: 1.35;
}

#rhythm .number-list .muted {
  margin-top: 9px;
  line-height: 1.55;
}

.tools-client-voice {
  margin-top: 28px;
}

@media (max-width: 900px) {
  .pas-grid {
    grid-template-columns: 1fr;
    gap: 46px;
  }

  .rhythm-layout {
    grid-template-columns: 1fr;
    gap: 46px;
  }

  .rhythm-intro .section-heading {
    max-width: 14ch;
  }

  .pas-gallery {
    width: min(100%, 680px);
    margin-inline: auto;
  }
}

@media (max-width: 580px) {
  .pas-grid {
    gap: 38px;
  }

  .pas-gallery {
    border-radius: 16px;
  }

  .pas-body {
    margin-top: 22px;
    font-size: 17px;
    line-height: 1.65;
  }

  .pas-benefits {
    grid-template-columns: 1fr;
    gap: 16px;
  }

  #rhythm .number-list {
    gap: 30px;
  }

  #rhythm .number-list li {
    min-height: 66px;
    padding-left: 60px;
  }

  #rhythm .number-list li::before {
    width: 42px;
    height: 42px;
  }

}
