h1 {
  display: none;
}

h2.body-text {
  font-size: 18px;
  text-transform: none;
  color: #000000;
  font-weight: 500;
  line-height: 22px;
}

strong {
  font-weight: bold !important;
}

.wysiwyg-module h2 {
  font-weight: lighter;
}

.text-dark {
  color: #333333 !important;
}

@media only screen and (max-width: 576px) {
  .mt-4 {
    margin-top: 0 !important;
  }
  .wysiwyg-module h2 {
    font-weight: bold;
    color: #333;
  }
}

h2.is-body-text {
  text-transform: none;
  font-size: 1.125rem;
  color: #000000;
  font-weight: normal;
}
