.section-header-widget {
    width: 100%;
}

.section-header-title-wrap {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 16px;
    margin-bottom: 12px;
}

.section-header-title {
    margin: 0;
    white-space: nowrap;
}

.section-header-line {
    display: inline-block;
    height: 2px;
    background-color: #c9a15a;
}

.section-header-subtitle {
    margin: 0;
}