@charset "UTF-8";

.faq{
    margin-bottom: 20px;
}

.faqItem > li{
    font-size: 20px;
}

.faqItem > li::marker{
    color: #00395d;
    font-size: 24px;
}

.faqItem > p{
    margin-top: 10px;
    line-height: 1.8em;
    text-align: justify;
    test-align-last: justify;
    text-justify: distribute-all-lines;
    word-wrap: break-word;
    font-size: 17px;
}

.faqItem > li:not(:first-child){
    margin-top: 25px;
}
