.seo-section {
  padding: 20px 10px;        /* минимальные отступы сверху/снизу и по бокам */
  display: flex;
  justify-content: center;
  background-color: #11131d;  /* фон как у сайта */
}

.seo-container {
  max-width: 700px;
  width: 100%;
  text-align: center;
}

.seo-title {
  font-size: 18px;        /* маленький заголовок */
  font-weight: 600;
  margin-bottom: 10px;    /* минимальный отступ */
  color: #f5f5f5;         /* светлый текст */
  line-height: 1.2;
}

.seo-description {
  font-size: 12px;        /* очень компактный текст */
  color: #ccc;            /* чуть бледнее заголовка */
  line-height: 1.4;
  margin: 0 auto;
}