#faq h1 {
    font-size: 1.5rem;
    margin-top: 0;
}

#faq h1 span {
    color: #E65C13;
}

#faq article {
    margin-bottom: 1rem;
    padding: 1rem 1.5rem;
    border-radius: 1rem;
    background: #EEF;
}

#faq article p {
    padding-left: 2.5rem;
    position: relative;
}

#faq article p.q strong {
    font-size: 1.1rem;
    font-weight: bold;
}

#faq article p span {
    text-align: center;
    color: #036EB7;
    font-size: 1.5rem;
    line-height: 1;
    position: absolute;
    top: 0;
    left: 0;
}

#faq article p.a span {
    color: #E65C13;
}