export interface ISectionTitleProps { title: string; description: string; description_bold?: string; reverseColor?: boolean; }