#cms #wrapper>.container {
    max-width: 1690px;
}
#main .page-header {
    margin-bottom: 1.563rem;
    margin: 23px auto 26px !important;
    display: block;
    text-align: center;
}
#cms #wrapper #main {
    max-width: 1140px;
    padding: 0 15px;
    margin: 0 auto;
}
#main .page-header h1 {
    text-align: center;
    font-size: 22px;
    line-height: 32px;
    font-weight: 700;
    text-transform: none;
    padding: 0;
    font-family: 'Lato', sans-serif !important;
    color: #000000;
    margin: 0;
}

@media screen and (max-width: 992px) {
header.page-header h1 {
    font-size: 20px;
    line-height: 30px;
}
}
@media screen and (max-width: 576px) {
    header.page-header h1 {
        font-size: 18px;
        line-height: 28px;
        font-weight: 700;
    }
    header.page-header {
        margin: 15px auto 20px !important;
    }
}