.fi-faq-content-shortcode__question {
    position: relative;
    padding: 16px 30px 17px 0;
    cursor: pointer;
    border-bottom: 1px solid #2A2F34;
    color: #1A1D25;
    font-family: 'Raleway', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 140%;
}

.fi-faq-content-shortcode__question:after {
    content: '';
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    background-image: url("data:image/svg+xml,%3Csvg width='14' height='8' viewBox='0 0 14 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1.2765 0.959723C1.65895 0.782354 2.11068 0.853766 2.41977 1.14046L5.88688 4.35633C6.51454 4.9385 7.48483 4.9385 8.11248 4.35633L11.5796 1.14046C11.8887 0.853766 12.3404 0.782354 12.7229 0.959723C13.3928 1.2704 13.5336 2.16125 12.9922 2.66342L8.11248 7.18952C7.48483 7.77169 6.51454 7.77169 5.88688 7.18952L1.00717 2.66342C0.465769 2.16125 0.6066 1.2704 1.2765 0.959723Z' fill='%231C2642'/%3E%3C/svg%3E%0A");
    background-repeat: no-repeat;
    background-position: 100%, center;
}

.fi-faq-content-shortcode__question.active {
    border-bottom: 1px solid transparent;
}

.fi-faq-content-shortcode__question.active:after {
    background-position: 0%, center;
    transform: rotate(180deg);
}

.fi-faq-content-shortcode__question.active h3,
.fi-faq-content-shortcode__question.active h4,
.fi-faq-content-shortcode__question.active h5,
.fi-faq-content-shortcode__question.active h6 {
    color: #298BE6;
}

.fi-faq-content-shortcode__question h3,
.fi-faq-content-shortcode__question h4,
.fi-faq-content-shortcode__question h5,
.fi-faq-content-shortcode__question h6 {
    font-size: 24px;
    line-height: 28.18px;
    margin: 0;
    color: #2A2F34;
    font-weight: 600;
}

.fi-faq-content-shortcode__answer {
    padding-bottom: 24px;
    border-bottom: 1px solid #2A2F34;
}

.fi-faq-content-shortcode__answer p {
    font-weight: 400;
    font-size: 18px;
    line-height: 26px;
    color: #2A2F34;
}

.fi-faq-content-shortcode__answer > p {
    margin-bottom: 0;
}

.fi-faq-content-shortcode:first-of-type .fi-faq-content-shortcode__question {
    border-radius: 0;
}

.fi-faq-content-shortcode:last-of-type {
    margin-bottom: 30px;
}

@media only screen and (max-width: 991px) {
    .fi-faq-content-shortcode__question {
        padding-right: 46px;
        padding-top: 19px;
        padding-bottom: 19px;
    }

    .fi-faq-content-shortcode__answer {
        margin-bottom: 0;
        padding-bottom: 24px;
    }
}
