.text-content-section {
  background-color: #0b0c12;
  padding: 64px 0;
  box-shadow: 0 25px 50px rgba(0, 0, 0, 0.25);
}

.text-content-wrapper {
  font-family: 'Syne', sans-serif;
  font-weight: 400;
  font-size: 18px;
  color: #ffffff;
  line-height: 28.8px;
  max-width: 1440px;
  margin: 0 auto;
  padding: 0 20px;
}

.text-content-wrapper p {
  margin-bottom: 32px;
}

.text-content-wrapper p:last-child {
  margin-bottom: 0;
}

.text-content-wrapper h2,
.text-content-wrapper h3 {
  font-family: 'Syne', sans-serif;
  font-weight: 600;
  font-size: 24px;
  margin-bottom: 16px;
}

.text-content-wrapper strong {
  font-family: 'Syne', sans-serif;
  font-weight: 700;
}

@media (max-width: 1023px) {
  .text-content-wrapper {
    padding: 0 40px;
  }

  .text-content-wrapper {
    font-size: 16px;
    line-height: 26px;
  }

  .text-content-wrapper h2,
  .text-content-wrapper h3 {
    font-size: 22px;
  }
}

@media (max-width: 768px) {
  .text-content-section {
    padding: 40px 0;
  }

  .text-content-wrapper {
    padding: 0 20px;
  }

  .text-content-wrapper {
    font-size: 15px;
    line-height: 24px;
  }

  .text-content-wrapper p {
    margin-bottom: 24px;
  }

  .text-content-wrapper h2,
  .text-content-wrapper h3 {
    font-size: 20px;
  }
}
