How can I fix the mobile text issue on the main header?

@kozacashmere add this css to assets > base.css

@media screen and (max-width: 749px) {

h2.banner__heading.h0 {
font-size: 2.9rem;
}

.banner__box {
padding: 4rem 1rem;
}

}