.seo-description {
  font-size: 11px;
  color: rgba(255, 255, 255, 0.05);
  margin-top: 30px;
  line-height: 1.4;
  max-width: 800px;
}

@media screen and (max-width: 768px) {
  .seo-description {
    font-size: 10px;
    margin-top: 20px;
  }
}
