.faq-intro {
    padding-top: 80px;
}

.faq-wrap {
    padding-top: 40px;
    padding-bottom: 60px;
}

.custom-accordion {
    padding: 5px 0;
}

.custom-accordion .title {
    background-color: #353749;
    color: #E6E9FB;
    padding: 10px;
    border-radius: 2px;
    cursor: pointer;
}

.custom-accordion .title img {
    vertical-align: top;
    margin-right: 5px;
    margin-top: 2px;
    width: 21px;
    height: 22px;
}

.custom-accordion.show .title {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}

.custom-accordion.show .title span.plus,
.custom-accordion .title span.minus {
    display: none;
}

.custom-accordion.show .title span.minus,
.custom-accordion .title span.plus {
    display: inline;
}

.custom-accordion .body {
    display: none;
    background-color: #E6E9FB;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
    padding: 40px;
}

.custom-accordion.show .body {
    display: block;
}

.custom-accordion .answer-title {
    margin-top: 20px;
    margin-bottom: 5px;
}

@media (max-width: 659px) {
    .custom-accordion .body {
        padding: 40px 10px;
    }
}

@media (max-width: 499px) {
    .faq-page .section-header.title-size-5 .section-title .title {
        font-size: 9vw;
    }
}