/* ===================== seo-text.css ===================== */

#seo-text-block {
    background-color: #1a1c21;
    padding: 40px 0;
}

#seo-text-block h2 {
    text-align: center;
    color: #fff;
    margin-bottom: 20px;
}

#seo-text-block p {
    max-width: 800px;
    margin: 0 auto 1em;
    color: #b2b4bb;
    line-height: 1.6;
}