When working on websites, I often find myself having to adjust the CSS for two common screen resolutions - 1366x768 and 1920x1080. Even though Bootstrap's largest grid is 1200px wide, there are instances where customization is needed.
What is the best approach to target Notebooks with a resolution greater than 1200 but less than 1400, and actual Desktops with a resolution higher than 1400 in Bootstrap 4?