.section {
    padding-bottom: 60px;
}

.sectionHeading {
    background-color: #F2F2F2;
    cursor: pointer;
    padding: 15px;
}

.sectionHeading .icon-blandes-plus {
    float: right;
    margin-top: 5px;
    transition: all 0.3s ease 0s;
}

.active.sectionHeading .icon-blandes-plus {
    transform: rotate(45deg);
}

.sectionContainer {
    display: none;
}

.answerContainer ul {
    list-style-type: disc;
    margin-left: 15px;
}