.text-content-section {
  background: var(--bg-black);
  padding: 80px 120px;
  box-shadow: 0 25px 50px rgba(0, 0, 0, 0.25);
}

.text-content-inner p {
  font-weight: 400;
  font-size: 18px;
  line-height: 28.8px;
  margin-bottom: 32px;
}

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

.text-content-inner h2,
.text-content-inner h3 {
  font-weight: 700;
  font-size: 24px;
  margin-bottom: 16px;
  margin-top: 16px;
}

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

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

  .text-content-inner p {
    font-size: 16px;
    line-height: 1.6;
  }

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