.faq-header {
    padding: 35px 0;
    background: #fff
}

.faq-header h3 {
    font-size: 24px;
    font-weight: 600;
    text-align: center;
    color: #505050;
    text-align: left;
    margin-bottom: 10px;
}

.faq-header p {
    font-size: 14px;
    font-weight: 400;
    text-align: left;
    color: #7D7D7D;
    margin-bottom: 0
}

.faq-header .faq-right {
    position: relative
}

.faq-header .faq-right:before {
    position: absolute;
    content: "";
    width: 1px;
    height: 100px;
    background: #ececec;
    left: -23px;
    top: 0
}

.questions {
    padding: 40px 0;
    box-sizing: border-box;
    background: #F3F7F9
}

.questions h4 {
    margin-bottom: 0
}

.questions p {
    margin-bottom: 10px
}

.questions .panel-title {
    font-size: 16px;
    font-weight: 500;
    color: #5d5d5d
}

.questions .panel-body {
    font-size: 14px;
    font-weight: 400;
    text-align: left;
    color: #7D7D7D;
    margin-bottom: 0;
    line-height: 24px
}

.questions .panel-body {
    font-size: 14px;
    font-weight: 400;
    text-align: left;
    color: #7D7D7D;
    line-height: 24px;
}

.questions .panel-body p{
    margin-bottom: 0
}

.panel-group {
    margin-bottom: 30px
}

.panel-title>.small,.panel-title>.small>a,.panel-title>a,.panel-title>small,.panel-title>small>a {
    color: inherit;
    display: block
}

@media screen and (max-width: 1200px) {
    .faq-header .faq-right:before {
        display: none
    }
}