.tf-editorial-seo {
  background: #fff;
  padding: 18px 0 28px;
}

.tf-editorial-wrap {
  max-width: 1170px;
  margin: 0 auto;
  padding: 22px 15px 0;
  border-top: 1px solid #e5e7eb;
}

.tf-editorial-heading {
  display: none;
}

.tf-editorial-block {
  display: grid;
  grid-template-columns: 38% 62%;
  gap: 42px;
  align-items: start;
  margin-bottom: 54px;
}

.tf-editorial-block h2 {
  font-size: 34px;
  font-weight: 800;
  color: #0f172a;
  line-height: 1.15;
  margin: 0;
  position: sticky;
  top: 110px;
}

.tf-editorial-content {
  color: #4b5563;
  font-size: 17px;
  line-height: 1.75;
  max-width: 760px;
}

.tf-editorial-content h2 {
  font-size: 24px;
  line-height: 1.25;
  font-weight: 800;
  color: #0f172a;
  margin: 28px 0 14px;
}

.tf-editorial-content h3 {
  font-size: 20px;
  line-height: 1.3;
  font-weight: 800;
  color: #111827;
  margin: 24px 0 12px;
}

.tf-editorial-content p {
  margin: 0 0 18px;
}

.tf-editorial-content ul {
  margin: 14px 0 18px;
  padding-left: 22px;
}

.tf-editorial-content li {
  margin-bottom: 8px;
}

@media (max-width: 900px) {
  .tf-editorial-seo {
    padding: 25px 0 35px;
  }

  .tf-editorial-block {
    display: block;
    margin-bottom: 42px;
  }

  .tf-editorial-block h2 {
    position: static;
    font-size: 26px;
    margin-bottom: 14px;
  }

  .tf-editorial-content {
    font-size: 16px;
    max-width: 100%;
  }
}