/**
 * Shared section header styles (title + description).
 * Used by: feature-icon-grid, selected-products-block.
 * Edit here once — both blocks pick up the change automatically.
 */

.baudep-block__marker {
  display: inline-block;
  width: 14px;
  height: 14px;
  margin-bottom: 20px;
  background: #d94ab5;
}

.baudep-block-title {
  color: #23242b;
  font-size: 36px;
  line-height: 1.02;
  font-weight: 700;
  letter-spacing: -0.04em;
  margin-bottom: 20px;
}

.baudep-block-description {
  margin: 0 auto 60px;
  max-width: 760px;
  color: #56555f;
  font-size: 16px;
  line-height: 1.55;
}

@media (max-width: 600px) {
  .baudep-block__marker {
    width: 10px;
    height: 10px;
    margin-bottom: 14px;
  }

  .baudep-block-title {
    font-size: 28px;
    margin-bottom: 14px;
  }

  .baudep-block-description {
    font-size: 14px;
    margin-bottom: 34px;
  }
}
