@media (max-width: 767px) { /* Narrow the text box to 90% width */ #constrained-hero .px-hero-content { max-width: 90% !important; margin-left: auto !important; margin-right: auto !important; background-color: rgba(250,246,239, 0.90) !important; } /* Reduce the headline font size */ #constrained-hero .px-hero-title { font-size: 1.75rem !important; /* ~28px */ line-height: 1.2 !important; color: #4A7F4A !important; /* medium green */ } }