/* BEGIN s-faq-2 */
.s-faq-2 {
    border: 1px solid #eee;
}
.s-faq-2 .item:not(:last-child) {
    border-bottom: 1px solid #ddd;
}
.s-faq-2 .item-title {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    font-size: 16px;
    font-weight: 500;
    cursor: pointer;
    padding: 10px 15px;
}
.s-faq-2 .item-title:before {
    content: '\002b';
    display: inline-block;
    color: #fff;
    width: 1.429em;
    line-height: 1.429em;
    margin-right: 7px;
    text-align: center;
    background-color: rgb(8 64 141 / 3%);
    color: #3eb348;
}
.s-faq-2 .item-title:hover {
    color: #f48f23;
}
.s-faq-2 .item-body {
    display: none;
    overflow: hidden;
    padding: 5px 40px 15px;
}
.s-faq-2 .item.is-active {
    background-color: rgb(254 247 247);
}
.s-faq-2 .item.is-active .item-title {
    color: #3eb348;
}
.s-faq-2 .item.is-active .item-title:before {
    content: '\2013';
}

/* END s-faq-2 */