#faq {
    font-family: "RobotoSlab", sans-serif;
    color: #48484b;
}

#faq .lead {
    margin-bottom: 20px;
    font-size: 1.2rem;
    line-height: 1.1;
    font-weight: bold;
}

#faq h2 {
    font-weight: bold;
    margin: 0;
}

#faq h4 {
    font-size: 1.1rem;
    margin-top: 10px;
    margin-bottom: 10px;
    line-height: 1.1;
    color: inherit;
}

#faq .title-faq {
    font-weight: bold;
    cursor: pointer;
    color: #48484b;
}

#faq .text-faq {
    display: none;
    padding-left: 20px;
    padding-bottom: 1rem;
    font-family: "Roboto", sans-serif;
    font-size: 1rem;
    line-height: 1.42857143;
}

#faq .img-faq {
    border: 2px solid green;
    width: 75%;
    margin-top: 10px;
    margin-bottom: 10px;
}

#faq .li-link {
    color: green;
    text-decoration: underline;
}

#faq .text-faq > a:hover {
    text-decoration: none;
}

@media (min-width: 768px) {
    #faq .lead {
        font-size: 1.4rem;
    }
}
