.faq-list {
    max-width: 1106px;
    margin: 0 auto;
}
.faq-item {
    margin-bottom: 10px;
}
.faq-question,
.faq-answer {
    position: relative;
}
.faq-question {
    cursor: pointer;
    position: relative;
    padding: 20px 60px;
    background:#f5f5f5;
}
.faq-question .name{
    font-size: 17px;
    line-height: 1.5;
    color: #333;
    padding-right: 50px;
}
.faq-question span{
    display: block;
    clear: both;
    font-size: 17px;
    font-weight: bold;
    padding: 0 30px 0 5px;
}
.faq-question:hover .name,
.faq-item.active .faq-question .name{
    color: #59611B;
}
.faq-question:after {
    content: " ";
    background: url(../../images/common/faq/accordion.png) no-repeat;
    display: block;
    width: 28px;
    height: 21px;
    position: absolute;
    top: 60px;
    right:55px;
}
.faq-question:hover:after,
.faq-item.active .faq-question:after {
    background-position: 0 100%;
}
.faq-question .icon {
    position: relative;
    color: #333;
    font-size: 30px;
    text-indent: unset;
    font-style: unset;
    font-family: 'Montserrat',serif;
}
.faq-answer .icon {
    text-indent: unset;
    font-style: unset;
    background: #59611B;
    color: #FFF;
    font-size: 30px;
    width: 70px;
    height: 69px;
    position: absolute;
    right:0;
    bottom: 0px;
    font-family: 'Montserrat',serif;
    text-align: center;
    line-height: 69px;
}
.faq-answer {
    display: none;
    background: #f5f5f5;
    padding: 0 0 50px 0; 
}
.faq-answer .editor{
    background:#fff;
    margin: 0 60px;
    padding: 15px 30px;
}
@media screen and (max-width:768px) {
    .faq-question {
        padding:10px;
    }
    .faq-question .icon {
        left: 8px;
    }
    .faq-question:after {
        display: none;
    }
    .faq-question span{
        padding: 0px 5px;
    }
    .faq-answer .editor{
    margin: 0 10px;
    padding: 15px 20px;
}
.faq-answer .icon {
    right:1%;
    bottom: 0px;
}
}