.page-head--services{
    padding: 10px 0 4px;
    background: transparent;
    box-shadow: none;
    border-radius: 0;
}

.page-head--services .page-head__inner{
    width: 100%;
    max-width: 1100px;
    margin: 0 auto;
}

.page-head--services .page-head__eyebrow{
    display: inline-block;
    margin-bottom: 8px;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: .08em;
    text-transform: uppercase;
    color: #5e6a7d;
}

.page-head--services h1{
    margin: 0 0 10px;
    font-size: clamp(2rem, 4vw, 3.2rem);
    line-height: 1.08;
    color: #102039;
    max-width: none;
}

.page-head--services p{
    max-width: 860px;
    margin: 0;
    font-size: 1.02rem;
    line-height: 1.6;
    color: #5e6a7d;
}

@media (max-width: 760px){
    .page-head--services{
        padding: 4px 0 2px;
    }

    .page-head--services .page-head__eyebrow{
        margin-bottom: 6px;
        font-size: 11px;
    }

    .page-head--services h1{
        font-size: clamp(1.75rem, 7vw, 2.45rem);
        line-height: 1.1;
    }

    .page-head--services p{
        font-size: .96rem;
        line-height: 1.55;
    }
}