/* ===== Page Header ===== */

.el-page-header {
    background-color: #20212b;
    width: 100%;
    display: flex;
    align-items: center;
    position: relative;
    z-index: 1;
}

.el-page-header .overlay {
    background-color: #21202b;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0.5;
    z-index: -1;
}

.el-ph-content h2 {
    font-family: "Poppins", sans-serif;
    font-size: 36px;
    line-height: 44px;
    font-weight: 600;
    letter-spacing: -1px;
    color: #fff;
    margin: 0 0 15px;
}

.el-ph-content p {
    font-family: "Open Sans", sans-serif;
    font-size: 15px;
    line-height: 26px;
    font-weight: 600;
    letter-spacing: -0.2px;
    color: #fff;
    margin: 0;
}

.el-ph-content .breadcrumb-wrap {
    margin: 30px 0 0 0;
}

.el-ph-content .breadcrumb-wrap li {
    font-family: "Work Sans", sans-serif;
    font-size: 12px;
    line-height: 1;
    font-weight: 600;
    letter-spacing: 0;
    color: #fff;
    text-transform: uppercase;
}

@media (max-width: 767px) {
    h1 br, h2 br, h3 br, p br {
        display: none;
    }
}