 

.h_title {
  margin-top: 4.375rem;
  margin-bottom: 4.375rem;
  text-align: center;
}

.h_title .alert-heading {
  color: var(--color-body);
  font-family: "Roboto", sans-serif;
  margin: 0 auto;
  max-width: 40ch;
  line-height: 60px;
  text-align: center;
}

@media (max-width: 1024px) {
  .h_title {
    margin-top: 2.1875rem;
    margin-bottom: 0;
  }
  .h_title .alert-heading {
  line-height: 40px;
}
}

h1,
h2 {
  color: #333;
  font-weight: 300;
  letter-spacing: 0;
  margin: 0;
  font-size: 1.5rem;
}

h3 {
  color: #333;
  font-weight: 300;
  letter-spacing: 0;
  margin: 0;
  font-size: 1.125rem;
}

h4 {
  color: #333;
}

@media (min-width: 1024px) {
  h1,
  h2 {
    font-size: 2.8125rem;
  }
  h3 {
    font-size: 2.625rem;
  }
}
