.home-desktop{grid-template-columns:1.1fr 1fr;align-items:center;gap:clamp(40px,8vw,110px);display:grid}.home-desktop__eyebrow{color:var(--brand);align-items:center;gap:10px;margin:0 0 25px;font-size:13px;display:flex}.home-desktop__eyebrow svg{width:18px;height:18px}.home-desktop__copy>p:not(.home-desktop__eyebrow){color:var(--muted);max-width:480px;margin:24px 0;font-size:15px;line-height:1.8}.home-desktop__widget{justify-self:center;width:min(100%,396px);height:auto;display:block}@media (max-width:767px){.home-desktop{grid-template-columns:1fr}}