.abp5_page_header_wrap {
    width: 100%;
    background: #1d1d1d;
    padding: 60px 3% 40px;
    margin-bottom: 0;
    display: flex;
    align-items: center;
}

.abp5_page_header {
    width: 100%;
    max-width: 1290px;
    margin: 0 auto;
    text-align: center;
}

.abp5_page_header_title {
    font-family: 'Montserrat', sans-serif;
    font-size: 36px;
    font-weight: 700;
    color: #ffffff;
    margin: 0 0 12px 0;
    line-height: 1.2;
}

.abp5_page_header_description {
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
    line-height: 1.6;
    color: rgba(255, 255, 255, 0.85);
    margin: 0;
    max-width: 720px;
    margin-left: auto;
    margin-right: auto;
}

@media (max-width: 779px) {
    .abp5_page_header_wrap {
        padding: 40px 3% 0;
        min-height: 220px;
    }
}
