#hd .sec-faq {
    background-color: black;
    padding: 6em 0 8em
}

#hd .sec-faq .faq-a {
    display: none
}

#hd .sec-faq .faq-q {
    position: relative;
    cursor: pointer
}

#hd .sec-faq .faq-q h3 {
    cursor: pointer
}

#hd .sec-faq li {
    padding-bottom: 1em;
    position: relative
}

#hd .sec-faq li.hd-active {
    border: 1px solid #ff9E1B;
    border-left: 7px solid #ff9E1B
}

#hd .sec-faq li.hd-active span:after {
    display: none
}

#hd .sec-faq li button {
    border-bottom: 1px solid #555;
    padding: 1.7em 3.5em .7em 1.5em;
    border-left: 7px solid black;
    display: block;
    width: 100%;
    text-align: left;
    font-size: 1em;
    position: relative;
    cursor: pointer
}

#hd .sec-faq li button span {
    position: absolute;
    width: 2em;
    height: 2em;
    top: 1.4em;
    right: .7em;
    border: 1px solid #ff9E1B;
    border-radius: 1em;
    cursor: pointer
}

#hd .sec-faq li button span:before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: .8em;
    height: 2px;
    background-color: #ff9E1B;
}

#hd .sec-faq li button span:after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    height: .8em;
    width: 2px;
    background-color: #ff9E1B;
}

#hd .sec-faq h3 {
    font-size: 1.4em;
    margin-bottom: 0
}

#hd .sec-faq p {
    padding: 1em 1.75em
}

#hd .sec-faq p strong {
    font-weight: 400
}

@media screen and (max-width: 768px) {
    #hd .sec-faq h3 {
        font-size:1.2em
    }
}

@media screen and (max-width: 620px) {
    #hd .sec-faq {
        padding:60px 0
    }
}

@media screen and (max-width: 480px) {
    #hd .sec-faq h3 {
        font-size:1.1em
    }

    #hd .sec-faq p {
        font-size: 1em;
        padding-inline:1em}

    #hd .sec-faq li button {
        padding: 1em 3em 1em .5em
    }

    #hd .sec-faq li button span {
        top: .7em
    }
}