Wondering why the 2 pages, About and Contact have different width when it comes to the text.
They are both using the same style but one is narrow and one is wider. Mainly noticed this on the mobile version especially and its driving me crazy.
https://genesisventuresinvestments.com/about.html
https://genesisventuresinvestments.com/contact.html
.dummy-dummy-text{
position: absolute;
top: 50%;
left: 50%;
z-index: -1;
padding: 0 20px;
transform: translate(-50%, -50%);
}