header {
    height: 170px;
    background: #0067a5;
    margin-bottom: 100px;
}

section{
    padding-bottom: 100px;
}

@media (max-width: 782px) {
    header {
        height: 220px;
    }
    .text-right {
        text-align: left!important;
    }
}