/* --------- Global Reset for consistency --------- */
h2 {
  color: #020202 !important;
  font-size: 64px !important;
  font-weight: 350 !important;
  text-decoration: none !important;
  margin: 0 0 24px 0;
  text-align: left;
  /* padding-bottom: 25px; */
}

/* Prevent any italic text globally */
* {
  font-style: normal !important;
}

/* Responsive h2 fix for mobile */
@media (max-width: 767px) {
  h2 {
    font-size: 32px !important;
  }
}