#module-everpsblog-category {

}
#faq {
    max-width: 82.5rem;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
}
.faq-wrapper  {
    display: flex;
    margin-top: 4.375rem;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
}
.faq-sidebar {
    position: sticky;
    top: 0;
    font-weight: 400;
    background-color: #f9f9f9;
    padding: 2.5rem;
    width: 26.25rem;
}
.faq-sidebar li+li {
    margin-top: 1.25rem;
}
.faq-sidebar a:hover, .faq__sidebar li.is-active a {
    color: #999;
}

.faq-content {
    padding-left: 3.75rem;
    flex: 1;
}
.faq-item+.faq-item {
    /*margin-top: 3.75rem;*/
}
.faq-question {
    position: relative;
    border-bottom: 0.0625rem solid #e5e5e5;
    padding-right: 1.25rem;
    padding-bottom: 0.625rem;
    width: 100%;
    font-weight: 400;
    display: block;
}
.faq-question:after {
    position: absolute;
    right: 10px;
    top: 50%;
    left: auto;
    bottom: auto;
    height: auto;
    margin-top: -6px;
    content: "\f107";
    display: inline-block;
    width: auto;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: 400;
    line-height: 1;
    color: inherit;
    background: transparent;
}
.faq-question[aria-expanded="true"]:after{
    content: "\f106";
}
.faq-rte {
    margin-top: 2.5rem;
    line-height: 1.5625rem;
}
@media (max-width:767px) {
    .faq-wrapper {
        margin-top: 15px;
    }
    #faq {
        max-width: 100%;
        margin-left: auto;
        margin-right: auto;
        width: 100%;
    }
    .faq-sidebar {
        position: relative;
        top: 0!important;
        width: 100%;
        display: table;
        float: left;
        padding: 20px;
    }
    .faq-content {
        padding-left: 0;
        flex: initial;
        margin-top: 20px;
    }
    .card.faq-item.list-faq-cat-mobile {
        background: none;
        margin: 0;
    }
    .card.faq-item.list-faq-cat-mobile .card-header{
        padding: 0;
        margin-bottom: 0;
        background-color: transparent;
        border-bottom: none;
    }
    .card.faq-item.list-faq-cat-mobile  .faq-question {
        border-bottom: none;
        padding-right: 0;
        padding-bottom: 0;
    }
}