.section-title-bar {
    position: absolute;
    top: 10px;
    left: 50%;
    z-index: 5;
    width: min(100% - 40px, 1180px);
    transform: translateX(-50%);
    pointer-events: none;
}

.section-title-bar .eyebrow {
    margin: 0;
    color: #14e8d2;
    font-size: clamp(0.9rem, 1.2vw, 1.12rem);
    font-weight: 900;
    letter-spacing: 0.22em;
    text-transform: uppercase;
}

.section-title-bar .eyebrow::after {
    width: 58px;
    margin-top: 12px;
    background: linear-gradient(90deg, #14e8d2, transparent);
}

.included-heading,
.portfolio-demo-heading {
    margin-bottom: clamp(32px, 4.8vh, 48px);
}

.included-heading h2,
.portfolio-demo-heading h2,
.section-copy > h3,
.section-heading > h2 {
    margin: 0 0 22px;
    max-width: 760px;
    color: #ffffff;
    font-size: clamp(2.35rem, 5.1vw, 4rem);
    line-height: 1.05;
    font-weight: 900;
}

.included-heading h2 span,
.portfolio-demo-heading h2 span,
.section-copy > h3 span,
.section-heading > h2 span {
    color: #14e8d2;
}
