h1 {
  /* font-size: 1.9rem; */
  font-weight: 100;
  margin-bottom: 7px;
  margin-top: 30px;
}

/*** not mobile devices ***/
@media (min-width: 1100px) {
  .h1 {
    font-size: 2.2rem;
  }
}

h3 {
    font-size: 1.3rem;
    font-weight: 100;
    margin-bottom: 7px;
    /* margin-top: 30px; */
    /* padding-top: 10px; */
}

/*** not mobile devices ***/
@media (min-width: 1100px) {
  .h3 {
    font-size: 1.4rem;
  }
}

/*
h2:not(:first-child) {
  margin-top: 40px;
  padding-top: 80px;
  border-top: 1px solid var(--color-content-transparent)
} */

/* .h2-grid-container {
  display: inline-grid;
  grid-template-columns: max-content max-content auto;
  grid-gap: 5px;
} */

h4 {
  font-size: 1rem;
  margin-bottom: 8px;
  font-weight: 400;
}

/*** not mobile devices ***/
@media (min-width: 1100px) {
  .h4 {
    font-size: 1.1rem;
  }
}

/* h3 {
  margin-bottom: 8px;
} */

/* h3:before {
  content: "\00BB";
  margin-right: 6px;
} */
