.long-text-section {
  padding: 220px 0 110px 0;
}

.blog-post-section {
  padding: 220px 0 110px 0;
}

.long-text-section h1 {
  font: var(--medium-font-48);
  color: var(--title-color);
  margin-top: 50px;
  margin-bottom: 8px;
}

.long-text-section .long-text-section__text-wrapper {
  margin-top: 30px;
  font: var(--normal-font-16);
  color: var(--font-grey-color);
  line-height: 1.7;
  max-width: 780px;
}

.long-text-section .long-text-section__text-wrapper h2 {
  font: var(--medium-font-28);
  color: var(--title-color);
  margin-top: 48px;
  margin-bottom: 16px;
  padding-bottom: 10px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.long-text-section .long-text-section__text-wrapper h3 {
  font: var(--medium-font-20);
  color: var(--sub-title-color);
  margin-top: 32px;
  margin-bottom: 12px;
}

.long-text-section .long-text-section__text-wrapper p {
  margin-bottom: 16px;
}

.long-text-section .long-text-section__text-wrapper ul {
  margin: 12px 0 20px 0;
  padding-left: 24px;
  list-style: disc;
}

.long-text-section .long-text-section__text-wrapper ul li {
  margin-bottom: 8px;
  padding-left: 4px;
}

.long-text-section .long-text-section__text-wrapper a {
  color: var(--hover-color);
  text-decoration: none;
  transition: color 0.2s ease;
}

.long-text-section .long-text-section__text-wrapper a:hover {
  color: var(--hover-color-secondary);
  text-decoration: underline;
}

.long-text-section .long-text-section__text-wrapper strong {
  color: var(--sub-title-color);
  font-weight: 500;
}

.long-text-section .long-text-section__text-wrapper table {
  width: 100%;
  border-collapse: collapse;
  margin: 20px 0 28px 0;
  font-size: 14px;
}

.long-text-section .long-text-section__text-wrapper table th,
.long-text-section .long-text-section__text-wrapper table td {
  padding: 12px 16px;
  text-align: left;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.long-text-section .long-text-section__text-wrapper table th {
  color: var(--sub-title-color);
  font-weight: 500;
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: 0.04em;
}

.long-text-section .long-text-section__text-wrapper table tr:last-child td {
  border-bottom: none;
}

@media (max-width: 1024px) {
  .long-text-section {
    padding: 110px 0 60px 0;
  }
  .long-text-section h1 {
    font-size: 42px;
    margin-top: 26px;
  }
  .long-text-section .long-text-section__text-wrapper h2 {
    font-size: 24px;
    margin-top: 40px;
  }
  .long-text-section .long-text-section__text-wrapper h3 {
    font-size: 18px;
    margin-top: 28px;
  }
}

@media (max-width: 768px) {
  .long-text-section h1 {
    font-size: 32px;
  }
  .long-text-section .long-text-section__text-wrapper {
    font-size: 15px;
  }
  .long-text-section .long-text-section__text-wrapper h2 {
    font-size: 22px;
    margin-top: 36px;
  }
  .long-text-section .long-text-section__text-wrapper h3 {
    font-size: 17px;
  }
  .long-text-section .long-text-section__text-wrapper table {
    font-size: 13px;
  }
  .long-text-section .long-text-section__text-wrapper table th,
  .long-text-section .long-text-section__text-wrapper table td {
    padding: 10px 12px;
  }
}

@media (max-width: 480px) {
  .long-text-section h1 {
    font-size: 24px;
  }
  .long-text-section .long-text-section__text-wrapper {
    font-size: 14px;
    line-height: 1.6;
  }
  .long-text-section .long-text-section__text-wrapper h2 {
    font-size: 20px;
    margin-top: 32px;
    margin-bottom: 12px;
  }
  .long-text-section .long-text-section__text-wrapper h3 {
    font-size: 16px;
    margin-top: 24px;
  }
  .long-text-section .long-text-section__text-wrapper table th,
  .long-text-section .long-text-section__text-wrapper table td {
    padding: 8px 10px;
  }
}

@media (max-width: 376px) {
  .long-text-section h1 {
    font-size: 20px;
  }
  .long-text-section .long-text-section__text-wrapper {
    font-size: 13px;
  }
}
