section .parallax {
    margin: 30px 0 30px 0;
}

section .parallax-content {
    height: 200px;
    line-height: 200px;
    padding-left: 30px;
}

section .parallax-content h2 {
    color: white;
    font-weight: normal;
    font-size: 3em;
}

@media(max-width:515px) {
    article h1, article h2 {
        text-align: center;
        left: 0 !important;
        padding-left: 0 !important;
        width: 100%;
    }
    
    .parallax-content {
        padding-left: 0 !important;
    }
}