.compact-products{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:20px}.compact-product{display:flex;flex-direction:column;align-items:flex-start;border:1px solid var(--line);border-radius:5px;background:#12181b;padding:32px;min-height:250px}.compact-product h3{font-size:32px;font-weight:470;letter-spacing:-1px;margin:23px 0 15px;line-height:1.2}.compact-product p{font-size:16px;color:var(--muted);margin:0 0 28px;line-height:1.65}.compact-product .text-link{margin-top:auto}.compact-product:nth-child(2){background:#141a16}.compact-product:nth-child(3){background:#16171c}.compact-product .small-label{line-height:1.6}@media(max-width:900px){.compact-products{grid-template-columns:1fr}.compact-product{min-height:220px;padding:28px}.compact-product h3{margin-top:18px}}
