.service-detail {
    max-width: 76ch;
    margin: 2.5rem auto;
    overflow-wrap: anywhere;
}

.service-detail h2 {
    margin: 2.5rem 0 1rem;
    font-size: clamp(1.5rem, 3vw, 2rem);
    line-height: 1.25;
}

.service-detail p,
.service-detail ul {
    margin-bottom: 1.25rem;
    line-height: 1.75;
}

.service-detail ul {
    padding-inline-start: 1.5rem;
    list-style: disc;
}

.service-detail li + li {
    margin-top: 0.75rem;
}

.service-detail a {
    color: var(--color-primary-dark);
    text-decoration: underline;
    text-underline-offset: 0.15em;
}
