h1,
.h1 {
  font-size: 2rem;
  font-weight: 700;
  margin-bottom: 1rem;
}

h2,
.h2 {
  font-size: 1.75rem;
  font-weight: 600;
  margin-bottom: 1rem;
}

h3,
.h3 {
  font-size: 1.5rem;
  font-weight: 500;
  margin-bottom: 1rem;
}

h4,
.h4 {
  font-size: 1.25rem;
  font-weight: 400;
  margin-bottom: 0.5rem;
}

h5,
.h5 {
  font-size: 1rem;
  font-weight: 400;
  margin-bottom: 0.5rem;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  width: 100%;
  margin: 0 auto 10px auto;
  line-height: var(--line-height);
  font-family: var(--title-font-family);
  letter-spacing: var(--title-letter-spacing);
}

.title-line {
  border-bottom: var(--title-border-bottom-dark) !important;
}

.title-line-light {
  border-bottom: var(--title-border-bottom-light) !important;
}

big1 {
  font-size: 2.5rem;
  font-weight: 700;
  margin-bottom: 1rem;
}
big2 {
  font-size: 2rem;
  font-weight: 600;
  margin-bottom: 1rem;
}
big3 {
  font-size: 1.75rem;
  font-weight: 500;
  margin-bottom: 1rem;
}
