h1, h2, h3, h4, h5, h6 {
  display: block !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
  font-weight: bold !important;
}

h1 {
    font-size: 2em !important;
  }

  h2 {
    font-size: 1.5em !important;
  }

  h3 {
    font-size: 1.17em !important;
  }

  h4 {
    font-size: 1em !important;
  }

  h5 {
    font-size: .83em !important;
  }

  h6 {
    font-size: .67em !important;
  }


label:not(.not-required)::after {
  content: ' *';
  color: red;
}

input {
  border-color: rgb(213, 218, 225, 1) !important;
}


.goog-te-gadget-icon {
    display: none;
}