const SubTitle = styled.h2` font-size: 1.5rem; color: white; font-weight: 600; font-family: ${RobotoFont}, sans-serif; `; return <Subtitle>{props.text}</Subtitle>;