Dear @lmpa92
Maybe this helps you in the right direction.
The width of your images container ( .textproject ) is 60%.
By changing the left-margin from 8% to 20% you are centering it:
@media (min-width: 601px)
#grid .push-1 {
margin-left: 20%;
}
Screen Shot 2021-07-06 at 9.12.36 PM.png
Also if it helps:
https://laytheme.com/documentation.html#custom-css-styling
Best wishes @lmpa92
Richard