in website/src/pages/index.js [330:344]
function CrossPlatform() {
return (
<Section className="CrossPlatform" background="tint">
<TwoColumns
columnOne={
<TextColumn
title="Seamless Cross-Platform"
text={textContent.crossPlatform}
/>
}
columnTwo={<CrossPlatformSVG />}
/>
</Section>
);
}