﻿ :root {--veidaColor: #E88328;}
 .hero .heroWr h1 {font-size: 70px;line-height: 80%;margin-bottom: 8px;}
 .hero .heroWr h2 {color: #565A5C; font-size: 35px;}
 .heroText { max-width: 440px;}
 .hero .heroWr p {color:#000; max-width:254px; margin-top: 30px; }
 #countdown span:first-child, #countdown {  background: #000;}
 .hero .heroWr p span {color:var(--veidaColor)}
 .hero .heroWr {margin-top: 0 !important;}

 @media screen and (max-width: 480px) {
    .hero .heroWr h1 {font-size: 50px !important;}
    .hero .heroWr h2 {  font-size: 27px !important; margin-top: 0;}
    .hero .heroWr p { max-width: 224px; line-height: 30px; margin-top: 18px}
    .header .container .nodeName {        font-size: 18px;}
    .heroText { margin-top: 85px; }
    .hero .heroWr {   grid-gap: 0px;}
        .header .container .sponser {padding-bottom: 4px;}
 
    
 }