Hi,
The below code can handle the maximum width on desktop and mobile phones.
.hero-content__title-wrapper { max-width: 500px; } @media (max-width:768px) { .hero-content__title-wrapper { max-width: 290px !important; } }
Cheers!