
.owner-text .owner-p {
  font-family: 'Inter', system-ui, -apple-system, 'Segoe UI', Roboto, sans-serif;
  font-size: 17px;
  font-weight: 400;
  line-height: 1.6;
  letter-spacing: 0;
  
  text-wrap: pretty;
}
.owner-text .owner-p + .owner-p { margin-top: 20px; }
.owner-text .vydel {
  font-family: 'Manrope', system-ui, sans-serif;
  font-weight: 600;
  
  font-size: clamp(21px, 1.5vw, 22px);
  
  line-height: 22px;
  letter-spacing: -0.01em;
  hyphens: none;
  -webkit-hyphens: none;
}
