/* 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  :)  */
.home-banner {
  position: relative; }
  .home-banner .banner-sm {
    display: block !important; }
    @media (min-width: 1025px) {
      .home-banner .banner-sm {
        display: none !important; } }
  .home-banner .banner-desktop {
    display: none !important; }
    @media (min-width: 1025px) {
      .home-banner .banner-desktop {
        display: block !important; } }
  .home-banner .content .rank-math-breadcrumb {
    margin-bottom: 1rem; }
  .home-banner .content h1 span {
    display: block; }
  .home-banner .content h2 {
    color: #EC2712;
    margin-bottom: 10px; }
  .home-banner .content h4 {
    margin-bottom: 10px; }
  @media (min-width: 769px) {
    .home-banner .img-container {
      right: 0;
      top: 60px; } }
