.pagebuilder-faq {margin: -48px auto 0;max-width: 1055px;width: 100%;}
.pagebuilder-faq h2{
    font-size: 22px;
    line-height: 28px;
    font-weight: 700;
    margin: 0 0 23px;
}
.faq-inner {margin: 0 0 33px;}

.faq-item {
}

.faq-head {}

.faq-head h4{
    background: #F8F8F8;
    border-radius: 14px;
    height: 60px;
    line-height: 60px;
    padding: 0 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
    margin-bottom: 17px;
    line-height: 1.3;
}
.faq-head h4::after {
    content: "";
    height: 11px;
    width: 19px;
    display: block;
    background-image: url(/wp-content/themes/biohacking-redesign/img/icons/faq-up-primary.svg);
    background-size: contain;
    background-repeat: no-repeat;
    transform: scaleY(-1);
    filter: brightness(0) saturate(100%);
    flex-shrink: 0;
}

.faq-item.active h4::after {
    background-image: url(/wp-content/themes/biohacking-redesign/img/icons/faq-up-primary.svg);
    transform: scaleY(1);
    filter: none;
}
.faq-circle {
}

.faq-content {
    padding: 0 20px 21px;
    display: none;
}

.faq-item.active .faq-content {
    display: block;
}

@media (max-width: 768px) {

    .faq-head h4{
        font-size: 14px;
        margin-bottom: 13px;
    }

    .faq-content p {
        font-size: 14px;
        line-height: 20px;
    }

    .pagebuilder-faq h2 {
        margin: 0px 0 14px;
    }
    
}
