.vc-faq .panel {
    display: block;
    position: relative;
    margin: 0 0 30px 0;
    box-shadow: 0 0 15px rgba(34, 34, 34, 0.05);
}
@media (min-width: 320px) and (max-width: 767px) {
    .vc-faq .panel {
        margin: 0 0 30px 0;
    }
}
.vc-faq .panel:hover .panel-heading {
    box-shadow: 0 0 15px rgba(34, 34, 34, 0.1);
}
.vc-faq .panel .panel-heading {
    /*height: 100px;*/
    align-items: center;
    justify-content: left;
    box-shadow: 0 0 15px rgba(34, 34, 34, 0.05);
    position: relative;
    width: 100%;
    border-radius: 5px;
    transition: all 0.3s;
}
@media (min-width: 320px) and (max-width: 767px) {
    .vc-faq .panel .panel-heading {
        display: table;
        vertical-align: middle;
    }
}
.vc-faq .panel .panel-heading a {
    font-size: 18px;
    font-weight: 500;
    color: #3e3e3e;
    line-height: 30px;
    padding: 15px 50px 15px 45px;
    width: 100%;
    display: flex;
    align-items: center;
    height: auto !important;
}
.vc-faq .panel .panel-heading a:hover {
    text-decoration: none;
}
.vc-faq .panel .panel-heading a svg {
    position: absolute;
    width: 20px;
    height: 20px;
    /*top: 40px;*/
    right: 30px;
    transition: all 0.3s;
    margin: auto;
}
.vc-faq .panel .panel-heading a svg path {
    fill: #000;
    opacity: 0.2;
}
@media (min-width: 320px) and (max-width: 767px) {
    .vc-faq .panel .panel-heading a svg {
        top: calc(50% - 10px);
        right: 10px;
    }
}
.vc-faq .panel .panel-heading a[aria-expanded=true] svg {
    transform: rotate(-180deg);
}
.vc-faq .panel .panel-heading a[aria-expanded=false] svg {
    transform: rotate(0deg);
}
@media (min-width: 320px) and (max-width: 767px) {
    .vc-faq .panel .panel-heading a {
        font-size: 14px;
        font-weight: 500;
        color: #3e3e3e;
        padding: 0 55px 0 20px;
        width: 100%;
        line-height: 24px;
        display: flex;
        align-items: center;
        justify-content: flex-start;
        text-align: left;
    }
}
@media (min-width: 320px) and (max-width: 409px) {
    .vc-faq .panel .panel-heading a {
        padding: 0 50px 0 20px;
    }
}
.vc-faq .panel .panel-collapse {
    min-height: 1px;
}
.vc-faq .panel .panel-collapse .panel-body {
    padding: 30px 45px;
}
@media (min-width: 320px) and (max-width: 767px) {
    .vc-faq .panel .panel-collapse .panel-body {
        padding: 30px 15px;
    }
}
.vc-faq .panel .panel-collapse .panel-body, .vc-faq .panel .panel-collapse .panel-body p {
    font-size: 16px;
    line-height: 1.8em;
}
.vc-faq .panel .panel-title {
    display: flex;
    align-items: center;
}
.vc-faq .panel .panel-heading h4 {
    padding: 10px 0 10px 0;
    width: 100%;
}
@media (max-width: 767px) and (min-width: 320px) {
    .vc-faq .panel .panel-title {
        min-height: 75px;
    }
}
.vc-policy a {
    color: rgba(34, 34, 34, 0.5);
    text-decoration: underline;
}