Prestige Theme Timeline - Center Text on Mobile View

I found a previous question and solution and was able to get the top headers to be centered, but the (Description here…) part I cannot get to center and it has weird line breaks. Can someone help? Thank you!

site is artgallery.devonhorseshow.net and password is jeannedevon

Hi @beannie ,

Add this CSS code Online Store > Themes > Edit code > Assets > custom.css or theme.css

@media screen and (max-width: 640px) {
  .Timeline__Inner { top: 20%; }
}