.heading {
  max-width: 100%;
  font-size: 2.4rem !important;
  margin-bottom: 1.5rem !important;
}

.heading-underline {
  text-decoration: underline;
  text-underline-offset: 10px;
}

@media screen and (max-width: 576px) {
  .heading {
    font-size: 1.9rem !important;
  }
}
