/* Neuropathy page */
.overview h2,
.signs h2,
.asked h2 {
    text-wrap: balance;
}
.overview .short {
    max-width: 760px;
    margin: 0 auto 56px;
    text-align: center;
}
.overview .short p:last-child {
    margin-bottom: 0;
}
.overview .trio {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 28px;
}
.overview .trio figure {
    margin: 0;
}
.overview .trio img {
    width: 100%;
    aspect-ratio: 4 / 3;
    object-fit: cover;
    border-radius: var(--rimg);
    background: var(--ph);
}
.overview .trio figcaption {
    font-size: 16px;
    color: var(--ink2);
}
.overview .trio b {
    display: block;
    margin: 14px 0 2px;
    font-family: var(--head);
    font-weight: 700;
    font-size: 19px;
    line-height: 1.3;
    letter-spacing: -0.01em;
    color: var(--ink);
}
.signs .rows {
    margin-top: 20px;
    border-top: 1px solid var(--line);
}
.signs .rows p {
    margin: 0;
    padding: 14px 0;
    border-bottom: 1px solid var(--line);
    font-family: var(--head);
    font-weight: 700;
    font-size: 19px;
    line-height: 1.3;
    letter-spacing: -0.01em;
}
.asked .narrow {
    max-width: 884px;
}
.asked .acc {
    margin-top: 20px;
}

@media (max-width: 760px) {
    .overview .trio {
        grid-template-columns: 1fr;
    }
    .overview .short {
        margin-bottom: 40px;
        text-align: left;
    }
}
