#FAQ-Col {
    margin-bottom: 20px;
    display: inline-block;
    width: 100%;
    padding: 4px 30px;
    background: #534846;
    border-bottom: 5px solid #282322;
    border-radius: 10px;
}
#FAQ-Col .head {
    padding: 10px 60px 10px 0px;
    color: #fff;
    font-family: 'AileronSB';
    line-height: 1.3;
    cursor: pointer;
    position: relative;
    font-size: 1.3em;
}
#FAQ-Col .head:before {
    content: "";
    position: absolute;
    width: 40px;
    height: 40px;
    background: url(/wp-content/uploads/2022/02/Faq-Icon1.png) no-repeat center;
    top: 50%;
    right: 10px;
    transform: translate(0px, -50%);
}
#FAQ-Col.active .head:before {
    background: url(/wp-content/uploads/2022/02/Faq-Icon2.png) no-repeat center;
} 
#FAQ-Col .answer {
    padding: 10px 0;
    font-size: 1em;
    color: #fff;
}
#FAQ-Col .answer p:last-child {
    margin: 0;
}
#FAQ-Col.active {
    background: #c89f69;
    border-color: #886c47;
}