.content-hero-body{display:flex;flex-direction:column;gap:200px;width:100%}.content-hero-header{display:flex;align-items:center;justify-content:space-between;width:100%}.content-hero-heading{max-width:600px}.content-hero-subhead{display:flex;flex-direction:column;gap:20px;max-width:430px;color:var(--color-text-tertiary)}@media (max-width:768px){.content-hero-body{gap:80px}.content-hero-header{flex-direction:column;align-items:flex-start;gap:24px}.content-hero-heading,.content-hero-subhead{max-width:100%}}