.block-seo {
  margin-bottom: 60px;
}
.block-seo .block-seo-body .see-more {
  font-weight: 700;
  font-size: 16px;
  line-height: 140%;
  color: #02050A;
  margin-top: 20px;
  transition: color 0.3s ease;
  cursor: pointer;
}
.block-seo .block-seo-body .see-more:hover {
  color: #DA6A00;
}
.block-seo .block-seo-body .text-main.hidden {
  display: none;
}

@media (max-width: 991px) {
  .block-seo {
    margin-bottom: 40px;
  }
}