.page-title {
    position: relative;
    z-index: 0;
    margin: 0 -2rem;
    padding: 0.8rem 2rem;
    background: transparent;
    color: #fff;
    margin-top: -1rem !important;
    line-height: normal;
}


.page-title > h1 {
    font-size: 40px;
    margin-bottom: 0;
}

.page-title:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    bottom: 0;
    left: 0.05em;
    right: 0.05em;
    background: var(--primary-color);
}
