.p-faq__lead {
    font-size: 1.125em;
    font-weight: 700;
    color: var(--color-main);
}
.p-faq__anchorlink {
    margin-top: 2em;
    display: flex;
    flex-direction: column;
    gap: 1em;
}
.p-faq__anchorlink a {
    display: block;
    font-size: 1.5rem;
    line-height: 1em;
    background: #fff;
    color: black;
    background-image: url('../images/arrow-anchor.svg');
    background-position: right 1em center;
    background-repeat: no-repeat;
    background-size: 1em auto;
    text-align: center;
    padding: 1em;
    border-radius: 1.5em;
}
@media screen and (min-width: 768px) {
    .p-faq__lead {
        font-size: 1.5em;
        text-align: center;
    }
    .p-faq__anchorlink {
        margin-top: 3.5em;
        gap: 2.5em;
        flex-direction: row;
        justify-content: center;
    }
    .p-faq__anchorlink li {
        width: 28.8rem;
    }
}