Text container for text over image

I want to shrink the width of the text container on desktop, ideally making it 2 lines but I have been trying all codes and nothing is working. No need for border or anything just want to adjust the max width www.taleology.com

Hello @Emma53 ,

Use
tag if you want the txt in 2 lines.

e.g. Accessories that are
as timeless as their story

Regards
Guleria

Hello @Emma53
Thank you for submitting your query to the Shopify community. I’d be happy to assist you. Could you please provide the store URL and password (if it’s password-protected) so I can review and get back to you with an update?

@media screen and (min-width: 768px) {
h2.rich-text__heading.hd2 {
    font-size: 40px;
 }
}

Go to online store ----> themes ----> go to three Dots ----> edit code ---->find theme.liquid files ----> place the code ---->
under the tag before the body ----->
if this code work please do not forget to like and mark it solution