.nav-pills-wrap .nav-pills li.active a {
    background-color: #FFEF00!important;
    color: #182C50;
}

.nav-pills-wrap .nav-pills li a {
    background-color: #182C50;
    color: #fff;
    font-size: 18px;
    font-weight: 700;
    text-align: center;
}

.nav-pills-wrap .nav-pills {
    display: flex;
}

.nav-pills-wrap .nav-pills li {
    width: 50%;
    padding: 5px;
}

.nav-pills-wrap .nav-pills li:first-child {
    padding-left: 0;
}

.nav-pills-wrap .nav-pills li:last-child {
    padding-right: 0;
}

.home-faq .home-faq-content {
    display: none;
}

.home-faq .home-faq-content.active {
    display: block;
}

.home-faq .faq-cta .speak-lawyer a {
    background-color: #FFF200!important;
}