.question {
    margin-bottom: 15px;
    font-size: 18px;
    font-weight: 600;
    font-style: bold;
}

.anwser {
    text-align: justify;
    margin-bottom: 35px;
}

ul.faq li:after {
    content: "";
    display: block;
    border: 0;
    height: 1px;
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0));
    margin: 10px;
}