﻿.hero .heroWr p {    border: 2px solid #DD0E26;color:#000}
.header .container .sponser:after {top:0}
.heroText img {display: block; margin: 0 auto;}
.hero .heroWr {    margin-top: 36px !important;}
 

@media screen and (max-width: 480px) {
    .hero .heroWr {
        margin-top: 70px !important;
        flex-direction: column-reverse;
    }
 

    .heroText img {    max-width: 260px;}
}

