* {
    outline: none;
    box-sizing: border-box;
}

.camp-header-red{
    background: #EC1300;
    color: #fff;
}
@media screen and (min-width: 768px){   
    .camp-header-red{
        padding: 16px 0 15px 80px;
    }
    .camp-header-red--logo img{
        width: 123px;
    }

}


@media screen and (max-width: 767px){
    .camp-header-red{
        padding: 13px 0 13px 30px;
    }
    .camp-header-red--logo img{
        width: 98px;
    }
}