To change the style of your CF7 forms you would need to edit the CSS style sheets used by your WordPress theme.
See Styling Contact Form for a general explanation of styling CF7 forms using CSS. If you are not familiar with CSS, this page also includes some links to where you can learn CSS.
The most common and preferred method is to create a Child Theme and make any necessary additions to the CSS in the child themes style.css only, rather than directly in the themes styles.css. That way you don’t loose your changes when you update the theme.
It’s also a good idea to use Firebug or Chrome Dev Tools to find and target individual css classes & ids within your CF7 forms, so that your CSS changes don’t inadvertantly effect other elements on your website.
Note: Styling radiobuttons is relatively complex and you would need understand https://contactform7.com/custom-layout-for-checkboxes-and-radio-buttons/, as the plugin author indicated. You may also get varying results in different browsers.
However if you understand and are able to follow the overall approach explained above, you should be able to find any other info you need via Google.