#accordion-container {
    font-size: 14px;
    background: #ffffff;
    padding: 5px 10px 10px 10px;
    font-family: 'Open Sans';
    margin-bottom: 60px;
}

.accordion-header {
    font-size: 16px;
    background: #ebebeb;
    margin: 5px 0 8px 0;
    padding: 16px 20px;
    border: none;
    cursor: pointer;
    color: #1F9CEF;
    font-family: 'Open Sans';
   
}
.accordion-header.active-header {
    color: #ebebeb;
    background-color: #1F9CEF;
    margin-bottom: 0;
}

.active-header {
    background: url(../img/active-header.png) #eeeeee;
    background-repeat: no-repeat;
    background-position: right 50%;
}

.active-header:hover {
    background: url(../img/active-header.png) #1F9CEF;
    background-repeat: no-repeat;
    background-position: right 50%;
}

.inactive-header {
    background: url(../img/inactive-header.png) #fff;
    background-repeat: no-repeat;
    background-position: right 50%;
}

.inactive-header:hover {
    background: url(../img/inactive-header.png) #f5f5f5;
    background-repeat: no-repeat;
    background-position: right 50%;
}

.accordion-content {
    display: none;
    padding: 20px;
    background: #ffffff;
    border: 1px solid #cccccc;
    border-top: 0;
    margin-bottom: 20px;
    color: #707070;
    line-height: 20px;
}
.containerFaqs h2.subtitle {
    padding: 0 100px 40px;
    text-align: center;
    color: #707070;
    font-size: 16px;
    font-weight: 100;
    font-family: Open Sans;
    line-height: 25px;
}