:root { 	--veidaColor:#202160;   }

.hero .heroWr h1 {
  font-size: 78px;
  line-height: 80%;
}
.hero .heroWr h2 {color: #4D4D4D;}
.heroText {
  max-width: 307px;
}

.veidaInner.bannerW .veidaAbout .veidaAboutTitle {    display: flex;
  gap: 40px;    max-width: 680px;}


.header .container .sponser:after {
    padding: 0px 16px 10px 0 !important;
}

.veidaInner.bannerW .veidaAbout .veidaAboutTitle {
    justify-content: center !important;
}


@media screen and (max-width: 480px) {


  .header .container .nodeName {font-size: 18px;}

  .heroText {
    max-width: 266px;
}
  .hero .heroWr h1 {
      font-size: 67px !important;
 
  }
  .hero .heroWr h2 {
    font-size: 30px !important;
    line-height: 33px;
    margin: 10px auto 0;
    max-width: 100%;
}
.hero .heroImg { WIDTH: 80%; margin-top: 30px;}

.veidaInner.bannerW .veidaAbout .veidaAboutTitle img {max-width: 160px;}
.veidaInner.bannerW .veidaAbout .veidaAboutTitle {text-align: center; display: block;}

.header .container .sponser {display: none;}

.veidaAboutTitle {
     
    flex-wrap: wrap;
    gap: 25px !important;
    justify-content: space-between;
}

.veidaAboutTitle img {
    width: calc(50% - 12.5px);
    max-width: 160px;
}


}