﻿ :root {--veidaColor: #2C2E71;}
 
 .hero .heroWr h1 { font-size: 60px;    line-height: 80%;}
 .hero .heroWr h2 {color: #000; font-size: 32px;    line-height: 90%;}
 .hero .heroWr p { color:#000;     max-width: 238px; padding: 6px 12px; line-height: 26px;}

 #countdown span:first-child, #countdown {background:#000;}

 .hero .heroWr { margin-top: 36px !important; }


.heroText {
    max-width: 460px;
}

@media screen and (min-width: 480px)  {
.header .container .nodeName a br {display: none;}

}


@media screen and (max-width: 480px)  {
 
    .hero .heroWr { margin-top: 30px !important; padding-bottom: 60px;}
    .hero .heroWr h1 { font-size: 41px !important;}
    .hero .heroWr h2 { font-size: 22px !important; margin-top: 7px;}
    .heroText {margin-bottom: 30px;}
     .hero .heroWr p {  max-width: 211px; padding: 6px 10px;}
     .veidaInner .banners {     grid-template-columns: 1fr;    }
    
}
@media screen and (max-width: 420px)  {
    #thankYouMsg {width:auto; font-size: 18px;}

    }


