pkt-heading {
  display: block;
}

.pkt-heading {
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 1.2;
}
.pkt-heading--xlarge {
  letter-spacing: -0.4px;
  font-weight: 400;
  font-size: 4.375rem;
  line-height: 5.125rem;
}
.pkt-heading--large {
  letter-spacing: -0.2px;
  font-weight: 400;
  font-size: 3rem;
  line-height: 3.375rem;
}
.pkt-heading--medium {
  letter-spacing: -0.2px;
  font-weight: 400;
  font-size: 1.875rem;
  line-height: 2.75rem;
}
.pkt-heading--small {
  letter-spacing: -0.2px;
  font-weight: 400;
  font-size: 1.5rem;
  line-height: 2.25rem;
}
.pkt-heading--xsmall {
  letter-spacing: -0.2px;
  font-weight: 400;
  font-size: 1.375rem;
  line-height: 2.125rem;
}
.pkt-heading--noSpacing {
  margin-bottom: 0;
  margin-top: 0;
}
.pkt-heading--start {
  text-align: start;
}
.pkt-heading--end {
  text-align: end;
}
.pkt-heading--center {
  text-align: center;
}