/* Service Section Header */
.services {
    padding: 6rem 1rem;
    max-width: 1200px;
    margin: 0 auto;
}

.services h2 {
    text-align: center;
    margin-bottom: 3rem;
    font-family: 'TildaSans', sans-serif;
    font-weight: 700;
    font-size: 2.5rem;
    position: relative;
}

.services h2::after {
    content: '';
    display: block;
    width: 60px;
    height: 3px;
    background: var(--primary-blue);
    margin: 1rem auto 0;
}
