
h1 {
    color: #DD0E26 !important;
}

h2 {
    color: #000000 !important;
}

.heroText p {
    color: #000000 !important;
    border: 2px solid #DD0E26 !important;
}

#countdown span:first-child, #countdown {
    background: #000000 !important;
}

.heroText{max-width:unset;}

.spnsr .veidaAboutTitle {
    text-align: center;flex-wrap: wrap;
}

.veidaInner:nth-of-type(5) .veidaAbout {
    justify-content: center;
}

.hIconsWr .register {
    background: #DD0E26 !important;
    color: #ffffff !important;
}

.hero .heroWr{
    margin-top:unset !important;
}

.hero .heroWr h1{
    margin-bottom:10px !important;
}

.heroText p{
    line-height:38px;
}

.spnsr .veidaAbout .veidaAboutTitle {    display: flex;     gap: 40px;}


@media screen and (max-width: 480px) {
    .heroImg {
        width: 258px !important;
        height: 258px !important;
    }

    .veidaInner:nth-of-type(5) .veidaAbout {
        text-align: center !important;
    }

    .hero .heroWr h1 {
        font-size:58px !important;
    }
  
    .heroText p {
        line-height: 30px;
        margin-left: 5px !important;
        margin-right: 5px !important;
    }
    .heroText {
        margin-top: 15px;
    }
    .header {border-bottom: 1px #ccc solid;        box-shadow: none;}
    .veidaInner:nth-of-type(4) .veidaAboutTitle {
        display: grid;
        grid-template-columns: repeat(2, 1fr); 
        gap: 10px;
    }

    .veidaInner:nth-of-type(4) .veidaAboutTitle>img {
       width:160px;
    }
}