.faq
{
  width: 100%;
}

.faq .question
{
    min-height: 40px;
    padding-right: 45px;
    cursor: pointer;
    position: relative;
}
.faq .question p
{
    font-weight: bold;
}
.faq .question::before
{
    height: 40px;
    width: 40px;
    background-image: url(/themes/THEMENAME/img/arrows_blue.svg);
    background-repeat: no-repeat;
    background-position-y: -120px;
    cursor: pointer;
    content: "";
    position: absolute;
    right: 0;
    top: 0;
}
.faq .answer
{
    display: none;
}
