header h1 {
    text-align: left;
    margin-left: 0 !important;
}

#wrapper>section>header h1:after, #wrapper>section>header h1:before {
    display: none;
}

@media screen and (max-width: 1280px) {
    header h1 {
        font-size: 3rem;
    }
}