.section-faq {
    margin: 30px auto;
}

.section-faq h2 {
    color: #1B1A25;
    margin-bottom: 30px;
    font-size: 29px;
    font-weight: 700;
    line-height: 35px;
}

.section-faq p {
    color: #4A4B54;
    margin: 0;
    margin-top: 25px;
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
}

.section-faq .faq-holder .faq-item {
    margin-top: 30px;
}

.section-faq .faq-holder .faq-item h3 {
    color: #1B1A25;
    margin: 0;
    margin-bottom: 21px;
    font-size: 20px;
    font-weight: 700;
    line-height: 24px;
}

.section-faq .faq-holder .faq-item blockquote {
    color: #4A4B54;
    margin: 0;
    border-left: 2px solid #37269F;
    padding: 5.5px 0 5.5px 30px;
}

.section-faq .faq-holder .faq-item blockquote p {
    margin-top: 25px;
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
}

.section-faq p:first-child,
.section-faq .faq-holder .faq-item blockquote p:first-child {
    margin-top: 0;
}

@media only screen and (max-width: 600px) {
    .section-faq p {
    font-size:17px;
    }
    .section-faq .faq-holder .faq-item blockquote p {
        font-size: 16px;
    }
}
