Hi @iamjuliera,
It looks to me more like layout problem than CSS. Your page.main.title block is rendered outside of product.info.main block.
It is moved inside that block by Luma theme, the following layout file:
vendor/magento/theme-frontend-luma/Magento_Catalog/layout/catalog_product_view.xml
I would recommend you to check if any of your modules or themes include catalog_product_view.xml (or even default.xml) that overrides the luma one.
Also, as a usual regular development activity that sometimes helps in case of such issues, try to refresh layout and block cache