.page-separator {
    background-size: cover;
    background-position: bottom;
    padding-top: 30px;
    padding-bottom: 30px;
    margin-bottom: 0px;
}

.page-separator-gray {
    background: #ebebec;
}

.page-separator-back-right {
    background-position-x: right;
}

.page-separator-back-left {
    background-position-x: left;
}

.page-separator-xs {
    height: 300px;
}

.page-separator-md {
    height: 400px;
}

.page-separator-lg {
    height: 470px;
}


.body-wrapper .page-separator h2 {
    font-family: Font1;
    font-weight: normal;
    font-size: 30px;
    color: #f47929;
    line-height: 40px;
}

    .body-wrapper .page-separator h2 strong {
        font-weight: bold;
    }

.body-wrapper .body-content-wrapper > .page-separator:nth-child(even) {
    background: #f5f5f5;
}

@media (max-width: 767px) {
    .page-separator {
        height: auto;
    }

    .body-wrapper .page-separator h2 {
        font-size: 25px;
        margin-top: 0px;
    }
}
