.faq-wrap {
}

.faq-wrap h1 {
    font-size: 28px;
    display: block;
}

.faq-wrap a {
    font-size: 14px;
    color: #0096FF;
}

.bg-gray{
    background-color: #F7F9FC;
    position: absolute; left: -50%; top: 0;
    width: 100%; height: 100%;"
}

.bg-white{
    background-color: white;
    min-height: 600px;
}

.hc-gutter.row {
    margin-right: -22px;
    margin-left: -22px;
}
.hc-gutter > [class^="col-"],
.hc-gutter > [class^=" col-"] {
    padding-right: 22px;
    padding-left: 22px;
}

.hc-gutter > [class^="col-"]:last-child{
    background-color: white;
}

.hc-breadcrumbs{
    margin: 11px 0;
    position: relative;
    z-index: 40;
}

.hc-breadcrumbs div,
.hc-breadcrumbs span,
.hc-breadcrumbs a {
    font-size: 14px;
    color: #767C8A;
    display: inline-block;
    padding: 0 5px;
}

.hc-breadcrumbs a:hover {
    color: #0096FF;
}

@media (max-width: 767px) {
    .hc-breadcrumbs {
        display: none
    }

    .faq-wrap h1 {
        font-size: 24px;
        display: block;
    }
}