.faq-block h1 {
    background: #ebebeb;
    line-height: 64px;
    font-size: 16px;
    padding: 0 40px;
    color: #101010;
    margin-bottom: 0;
    cursor: pointer;
}
.faq-block h1 img {
    margin-right: 40px;
}
.faq-block h1 span {
    text-align: center;
    height: 20px;
    width: 20px;
    line-height: 18px;
    border: 1px solid #101010;
    border-radius: 50%;
    display: block;
    float: right;
    text-indent: 0;
    margin-top: 22px;
    font-size: 19px;
}
.faq-block h1 span:before {
    content: "+";
}
.faq-block {
    margin-bottom: 20px;
}
.faq-block div {
    padding: 25px 40px;
    display: none;
}
.faq-block p {
    font-size: 14px;
    margin-bottom: 0;
}
.faq-block h1.active {
    background: #111111;
    color: #fffdfd;
}
.faq-block h1.active span {
    border: 1px solid #fffdfd;
    line-height: 16px;
}
.faq-block h1.active span:before {
    content: "-";
}
.faq-block h1.active + div {
    display: block;
}
@media (max-width: 576px) {
    .faq-block h1 {
        background: #ebebeb;
        line-height: 25px;
        font-size: 15px;
        padding: 15px;
        color: #101010;
        margin-bottom: 0;
        cursor: pointer;
    }
    .faq-block h1 img {
        width: 25px;
        margin: auto;
        margin-right: 0.618rem;
    }
    .faq-block h1 span {
        text-align: center;
        height: 20px;
        width: 20px;
        line-height: 16px;
        border: 1px solid #101010;
        border-radius: 50%;
        display: block;
        float: right;
        text-indent: 0;
        margin-top: 0;
        font-size: 16px;
        position: absolute;
        top: 0;
        bottom: 0;
        margin: auto;
        right: 30px;
    }
    .faq-block div {
        padding: 15px 15px;
        display: none;
    }
}