.site-main.gbx-services-page {
    padding-top: 0;
    background: linear-gradient(180deg, #f7fafc 0%, #ffffff 20%, #f8fbf9 100%);
}

.gbx-page-hero--services {
    padding: 84px 0 24px;
}

.gbx-page-hero--services .gbx-page-hero__grid {
    gap: 20px;
}

.gbx-page-hero--services h1 {
    max-width: 12ch;
}

.gbx-page-hero--services p {
    max-width: 58ch;
}

.gbx-services-hero-points {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    gap: 0.7rem;
    margin-top: 1rem;
}

.gbx-services-hero-points li {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    width: fit-content;
    max-width: max-content;
    min-height: 0;
    padding: 0;
    border-radius: 0;
    background: transparent;
    border: 0;
    color: var(--text-muted);
    flex: 0 0 auto;
    align-self: flex-start;
    justify-self: start;
    font-size: 0.9rem;
}

.gbx-services-hero-points li::before {
    content: '';
    width: 6px;
    height: 6px;
    border-radius: 999px;
    background: var(--green, #10b981);
    flex-shrink: 0;
}

.gbx-home-section--services-compact {
    padding-top: 48px;
}

.gbx-section-head--services-compact {
    max-width: 680px;
    margin-bottom: 22px;
}

@media (max-width: 640px) {
    .gbx-page-hero--services {
        padding: 72px 0 26px;
    }
}

.gbx-page-hero--services h1,
.gbx-section-head--services-compact h2 {
    font-weight: 600 !important;
}
