.faq {
    width:100%;
}

.faq__item-content {
    display:none;
    padding:15px;
    background-color:#fff;
}
h4.faq__item-title:before {
    content: "?";
    position: absolute;
    left: 0px;
    height: 100%;
    width: 50px;
    background-color: #a3bf3b;
    top: 0;
    text-align: center;
    padding: 10px;
}
.stouby_faq h4.faq__item-title:before {
    background-color: #cf6353;
}

.raarup_faq h4.faq__item-title:before {
    background-color: #eaac61;
}
.faq__item {
    background-color:#f2f4f3;
    margin-bottom: 10px;
}
span.faq__item-open svg {
    height: 20px;
    width: 20px;
    fill:#000;    
    float:right;

}
.faq__item-description{
    margin:0px;
}
.faq__item-title.active span.faq__item-open svg {
    display:none;
}
.faq__item-title.active span.faq__item-close svg {
    display:block;
}
span.faq__item-close svg {
    height: 20px;
    width: 20px;
    fill:#000;
    display:none;
    float:right;
} 
.faq__item:last-child {
    border:none;
}

.faq__item-title {
    font-weight: 700;
    cursor: pointer;
    margin-bottom: 0px;
    font-size:20px;
    color:#000;
    background-color:#f2f4f3;
    padding:10px;
    padding-left: 60px;
    position: relative;
}

.faq__item-title.active{
    border-bottom:1px solid #f2f2f2;
    padding-bottom:20px;

}


@media only screen and (max-width: 600px) {
    .faq__item-title {
        display:inline-flex;
    }
}