/* Added fallbacks to help with CLS, feel free to remove if it doesn't help on your project */
/* Colours */
/* Fluid heading sizes - set your min/max sizes and you're done! */
/* Some device sizes to use with min-width */
/* adjusted breakpoints for above */
/* 100% widths look better than "Snapping" IMO */
/* Utility */
/* Additional Spacers -- don't think you'll need more than 7, but if you do -- maybe just use a custom class  :)  */
.banner .content h1 {
  font-weight: 400;
  font-size: clamp(2rem, calc(32px + (40 - 32) * ((100vw - 320px) / (1920 - 320))), 2.5rem);
  line-height: 1.3; }

.banner .content h4 {
  margin-bottom: 1rem; }

.bread-crumb-row {
  margin-top: -0px; }
