.faqs .has-background {
    background-image: url(../../img/bg-faqs.jpg);
}

.heading .title {
    font-size: 20px;
    font-weight: bold;
    color: #2d2d2d;
    margin: 0 0 30px;
    background: #f0f0f0;
    border-bottom: 1px solid #8b8b8b;
    border-top: 1px solid #8b8b8b;
    text-align: left;
    padding: 10px 20px;
}

.has-background .title {
    margin-bottom: 0;
}

.faq_list {
    list-style: none;
    padding: 0;
    margin: 30px 0 50px 0;
}

.faq_item {
    padding: 20px 0;
    border-bottom: 1px dotted #b2b2b2;
    display: block;
}

.faq_title {
    margin-bottom: 0;
}

.faq_title a {
    display: block;
    font-size: 20px;
    font-weight: 500;
    text-decoration: none;
    color: #000;
}

.faq_content {
    padding-top: 20px;
    font-size: 14px;
    display: none;
}

@media only screen and (min-width: 992px) {
    .heading.has-background {
        background-attachment: fixed;
        background-size: cover;
        background-position: center 60%;
        background-repeat: no-repeat;
        padding: 32px 0;
    }

    .heading .title {
        font-size: 30px;
        text-transform: uppercase;
        background: transparent;
        border: none;
        text-align: center;
        color: #39b54a;
        margin-right: 0;
        margin-left: 0;
        padding: 0;
    }

    .heading.has-background .title {
        color: #fff;
    }
}

@media (min-width: 1200px) {
    .faqs .container {
        width: 1170px;
    }
}