.jump-list {
    background: #F7F9FC;
    padding: 2rem;
    border-radius: 1rem;
}
.jump-list ul {
    list-style-type: none;
    padding-left: 2rem;
    position: relative;
}
.jump-list ul li {
    margin-bottom: .25rem;
}
.jump-list li::before {
    content: "";
    border-color: transparent #fdb930;
    border-style: solid;
    border-width: .35rem 0 .35rem .6em;
    display: block;
    position: absolute;
    left: 0;
    margin-top: 6px;
}
.content-area .jump-list h2 {
    color: #2A4362;
    font-size: 20px;
    font-weight: 600;
}
.content-area .jump-list ul li a {
    font-weight: 600;
    font-size: 15px;
    text-decoration: none;
}
.faq-content .wpb_wrapper > .vc_row {
    border-bottom: 1px solid #DEDEDE;
    padding: 2rem 0
}
.faq-content ul {
    list-style-type: none;
}
.faq-content li {
    margin-bottom: 1rem;
}
.faq-content li::before {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f00c";
    color: #F2C053;
    margin-left: -1.5rem;
    margin-right: .5rem;
}
.faq-content h2 {
    margin-bottom: 2rem;
    font-weight: 700;
}
.faq-content a {
    font-weight: bold;
}
