/* Extracted from sk/blog/index.html; keep this link after site-wide styles. */
/* Rovnaký hero banner ako na podstránkach */
      #section-hero .sw-overlay { opacity: 0.35 !important; }
      #section-hero .gradient-edge-top.color { opacity: 0.25 !important; }
      #section-hero .gradient-edge-bottom { opacity: 0.5 !important; }
      #section-hero .abs-centered { top: 60% !important; }
      @media (max-width: 991px) {
        #section-hero .abs-centered { top: 55% !important; }
      }
      #section-hero .hero-subheadline {
        font-size: 3.6rem;
        line-height: 1.15;
        font-weight: 700;
      }
      @media (max-width: 991px) {
        #section-hero .hero-subheadline { font-size: 2.4rem; }
      }
      @media (max-width: 575px) {
        #section-hero .hero-subheadline { font-size: 1.6rem; }
      }
