I changed the field border color using a CSS file in the public folder. Is this correct?

healthcare/public/css/border_color.css

Putting CSS in app_name/public/css is standard, but it must be referenced in hooks.py using app_include_css (Desk) or web_include_css (Website/Portal).

Thanks for a response , I need to know which is better for styling is CSS or SCSS ?

SCSS As per my practice.