#faq {
    height: 100%;
    width: 100%;
    display: inline-block;
}

#faq .search-bar {
    text-align: center;
}

#faq select {
    width: 85%;
    margin: 2em auto;
    padding: .8em 1.5em;
    font-size: .8em;
    -webkit-appearance: none;
    -moz-appearance: none;
    background: #ffffff;
    background-image: url("../../i/down.svg");
    background-repeat: no-repeat;
    background-position-x: 95%;
    background-position-y: 50%;
    border: 1px solid #dfdfdf;
    border-radius: 10px;
    box-shadow: 3px 3px 5px 0px rgba(22, 22, 21, 0.1);
}

#faq .faq {
    background-color: #ffffff;
    padding: 1em 1.5em;
}

#faq ul {
    list-style: none;
    margin: .5em auto;
    padding: 0;
    color: #373634;
}

#faq ul li:last-child {
    font-size: .8em;
    color: #5d5c5c;
}

#faq ul.active li:last-child {
    display: contents;
}

#faq ul li:last-child {
    display: none;
}

#faq hr {
    margin: 0;
    border-width: 2px;
}