/* Block: Title + text */

.title-text-block {
  width: 100%;
  background-color: #ffffff;
  padding-top: 3rem;
  padding-bottom: 3rem;
  box-sizing: border-box;
}

/* Padding góra/dół – modyfikatory (dodaj klasę w edytorze) */
.title-text-block--pt-small {
  padding-top: 1.5rem;
}

.title-text-block--pt-large {
  padding-top: 5rem;
}

.title-text-block--pb-small {
  padding-bottom: 1.5rem;
}

.title-text-block--pb-large {
  padding-bottom: 5rem;
}

.title-text-block__container {
  max-width: 1170px;
  margin: 0 auto;
  padding: 0 15px;
  box-sizing: border-box;
}

.title-text-block__title,
#title-text-block-title {
  font-family: type-36, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, sans-serif;
  font-size: 30px;
  font-weight: 400;
  line-height: 36px;
  color: #000000;
  margin: 0 0 2rem;
}

.title-text-block__content {
  font-family: type-36, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  font-size: 16px;
  line-height: 1.6;
  color: rgb(131, 140, 149);
  white-space: normal;
}

.title-text-block__content p {
  margin: 0 0 1rem;
}

.title-text-block__content p:last-child {
  margin-bottom: 0;
}

.title-text-block__content h3 {
  font-size: 20px;
  font-weight: 700;
  margin: 1.5rem 0 0.75rem;
}

.title-text-block__content ul {
  list-style: none;
  padding: 0;
  margin: 0 0 1rem;
}

.title-text-block__content ul li {
  margin: 0 0 0.5rem;
  padding-left: 1.25rem;
  position: relative;
}

.title-text-block__content ul li::before {
  content: "–";
  position: absolute;
  left: 0;
  color: #000000;
}

.title-text-block__content a {
  color: #23c767;
  text-decoration: none;
  font-weight: 500;
}

.title-text-block__content a:hover {
  text-decoration: underline;
}

@media (max-width: 768px) {
  .title-text-block__title {
    font-size: 2.2rem;
  }

  .title-text-block__content {
    font-size: 15px;
  }

  .title-text-block__content h3 {
    font-size: 18px;
  }
}
