Hello Annie,
In that case you will need to lower the size of the text for smaller screens sizes.
Try,
@media (max-width: 480px) { .hero h1 {font-size: 3.429rem !important;}
.hero h2 {font-size: 2rem !important;} }
You can lower the font size to what works for you.