.page-customprojects .hero {
    min-height: 70vh;
}

.service-content {
    max-width: 900px;
    margin: 0 auto 3rem;
    font-size: 1.2rem;
    line-height: 1.8;
}

.service-content p {
    margin-bottom: 2rem;
}

.service-content ul {
    padding-left: 2rem;
    margin: 2rem 0;
}

.service-content li {
    margin-bottom: 1rem;
}

.service-content strong {
    color: var(--primary);
}
