.frame-listtype-mattgoldtheme_header {
    max-width: var(--mg-medium-width);
}

.frame-listtype-mattgoldtheme_header h2 {
    text-transform: uppercase;
    max-width: 80%;
    display: inline-block;
    margin: 7px 0 0 0;
    padding: 0 20px;
    background-color: #fff;
    position: relative;
    z-index: 2;
    width: auto;
}

.upa_div_header {
    position: relative;
    text-align: center;
}

.upa_div_header_line {
    position: absolute;
    top: calc(50% + 2px);
    right: 0;
    left: 0;
    height: 1px;
    background-color: var(--mg-primary-color-b-medium);
    margin-top: -1px;
    z-index: 1;
}

@media (min-width: 1200px) {
    .frame-listtype-mattgoldtheme_header h2 {
        max-width: 50%;
    }

    .upa_div_header_line {
        top: calc(50% + 1px);
    }
}