.container {
  max-width: var(--container-max);
  margin: 0 auto;
  width: 100%;
}

section {
  padding: var(--section-padding-mobile);
  border-bottom: 1px solid var(--border-light);
}

.label {
  color: var(--accent-secondary);
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 2.5px;
  font-weight: 500;
  margin-bottom: 20px;
}

.sec-heading {
  font-family: var(--font-display);
  font-size: 28px;
  font-weight: 400;
  line-height: 1.3;
  color: var(--text-primary);
  margin-bottom: 20px;
}
