Mobile header margin problem in Dawn theme

@Levike98 add !important to it, so it becomes

@media screen and (max-width: 749px) {
.header{padding-left: 0 !important; padding-right: 10px !important;}
}