import { StyleSheet } from 'react-native'; const styles = StyleSheet.create({ wrapper: { maxWidth: 500, width: '90%', }, content: { paddingHorizontal: 20, paddingTop: 16, paddingBottom: 8, }, title: { fontSize: 20, fontWeight: '600', marginBottom: 12, }, description: { fontSize: 16, }, }); export default styles;