.h3, h3 {
  font-size: calc(1.3rem + .6vw);
  font-weight: 600;
  font-family: 'Lato';
}

.h1, h1 {
  font-size: calc(1.375rem + 1.5vw);
  font-weight: 900;
}

.h6, h6 {
  font-size: 1rem;
  font-family: 'Lato';
  font-weight: 700;
}

p {
  margin-top: 20px;
  color: var(--bs-secondary-text-emphasis);
  font-family: 'Lato';
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
  margin: 0;
  line-height: 1.2;
}

@media (min-width: 992px) {
  .h-index {
    /*font-size: calc(1.375rem + 1.5vw);*/
  }
}

.h-index {
  font-family: Lato, sans-serif;
  color: rgb(218,218,218);
  /*font-size: 24px;*/
}

@media (min-width: 992px) {
  .para-guide {
    text-align: left;
    margin-top: 0;
  }
}

