.seo-answer-section {
    padding: 72px 0;
    background: #fff;
}

.seo-answer-section .section-intro {
    max-width: 850px;
    margin: 0 auto 32px;
    color: #616161;
    text-align: center;
}

.seo-comparison {
    overflow-x: auto;
    margin: 30px 0 45px;
    border-radius: 10px;
    box-shadow: 0 4px 18px rgba(82, 34, 117, .09);
}

.seo-comparison table {
    width: 100%;
    min-width: 760px;
    margin: 0;
    background: #fff;
}

.seo-comparison th,
.seo-comparison td {
    padding: 16px;
    border: 1px solid #eadfed;
    vertical-align: top;
}

.seo-comparison thead th {
    color: #fff;
    background: #7d2f8f;
}

.seo-comparison tbody th {
    width: 20%;
    color: #522275;
    background: #faf6fb;
}

.seo-faq {
    max-width: 900px;
    margin: 0 auto;
}

.seo-faq article {
    margin-bottom: 14px;
    padding: 20px 22px;
    border: 1px solid #eadfed;
    border-radius: 10px;
    background: #fff;
}

.seo-faq h3 {
    margin: 0 0 9px;
    color: #522275;
    font-size: 19px;
}

.seo-faq p {
    margin: 0;
    color: #616161;
}

[dir="rtl"] .seo-answer-section,
[dir="rtl"] .seo-comparison th,
[dir="rtl"] .seo-comparison td,
[dir="rtl"] .seo-faq {
    text-align: right;
}
