.logo,
.footer-logo,
.nav-logo img[style] {
    width: auto;
}

.logo-n {
    height: auto;
}

.seo-entity,
.seo-faq {
    margin: 0 20px 20px;
    padding: 20px;
    color: #322d35;
    background: #fff;
    border-radius: 12px;
    box-shadow: 0 4px 18px rgba(53, 42, 57, 0.08);
}

.seo-entity h2,
.seo-faq h2 {
    margin: 0 0 12px;
    font-size: 22px;
    line-height: 1.35;
}

.seo-entity > p,
.seo-service-grid p,
.seo-faq p {
    margin: 0;
    color: #625c66;
    font-size: 15px;
    line-height: 1.75;
}

.seo-service-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 12px;
    margin-top: 18px;
}

.seo-service-grid article {
    padding: 14px;
    background: #faf7fb;
    border: 1px solid #eee7f0;
    border-radius: 10px;
}

.seo-service-grid h3 {
    margin: 0 0 6px;
    font-size: 17px;
    line-height: 1.4;
}

.seo-faq details {
    border-top: 1px solid #eee7f0;
}

.seo-faq details:last-child {
    border-bottom: 1px solid #eee7f0;
}

.seo-faq summary {
    padding: 14px 24px 14px 0;
    cursor: pointer;
    font-size: 16px;
    font-weight: 600;
    line-height: 1.5;
}

.seo-faq details p {
    padding: 0 0 15px;
}

@media (min-width: 420px) {
    .seo-service-grid {
        grid-template-columns: repeat(3, 1fr);
    }

    .seo-service-grid article {
        padding: 12px;
    }
}

