
.rounded_corners .faq_item .faq_question{
    border-radius: $roundedsmall;
}

.rounded_corners .faq_item .faq_answer{
    border-radius: $roundedsmall $roundedsmall $roundedsmall $roundedsmall;
}

.rounded_corners .faq_item.open .faq_question{
    border-radius: $roundedsmall $roundedsmall 0px 0px;
}

.rounded_corners .faq_item.open .faq_answer{
    border-radius: 0px 0px $roundedsmall $roundedsmall;
}
