/* Cena szkolenia (highlight) – sekcja 1-kolumnowa */
.training-price-highlight {
  background: #ffffff;
  width: 100%;
  box-sizing: border-box;
}

.training-price-highlight__container {
  max-width: 1170px;
  margin: 0 auto;
  padding: 4.375rem 15px;
  box-sizing: border-box;
  text-align: center;
}

.training-price-highlight__title {
  margin: 0 0 1rem;
  color: #111111;
  font-family: type-36, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  font-size: 44px;
  font-weight: 400;
  line-height: 1.2;
}

.training-price-highlight__desc {
  max-width: 860px;
  margin: 0 auto 2rem;
  color: #838c95;
  font-family: type-36, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  font-size: 16px;
  line-height: 1.5;
}

.training-price-highlight__gross {
  margin: 0;
  color: #23c767;
  font-family: type-36, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  line-height: 1.1;
}

.training-price-highlight__gross-amount {
  font-size: 60px;
  font-weight: 400;
}

.training-price-highlight__gross-suffix {
  margin-left: 0.5rem;
  font-size: 42px;
  font-weight: 400;
}

.training-price-highlight__net {
  margin: 0.625rem 0 0;
  color: #838c95;
  font-family: type-36, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  font-size: 30px;
  font-weight: 400;
  line-height: 1.3;
}

@media (max-width: 768px) {
  .training-price-highlight__container {
    padding-top: 3.125rem;
    padding-bottom: 3.125rem;
  }

  .training-price-highlight__title {
    font-size: 30px;
  }

  .training-price-highlight__gross-amount {
    font-size: 42px;
  }

  .training-price-highlight__gross-suffix {
    font-size: 28px;
  }

  .training-price-highlight__net {
    font-size: 22px;
  }
}
