Hi,
I was able to get the css from the page source code.
.e368-4.x-image img{width:250px!important}.commitment{font-family:gotham-medium!important}span.e368-4.x-image img{max-width:200px}span.e370-3.x-image img{max-width:200px}.howitworks{display:block;margin:auto;text-align:center}li.x-li-icon.amselected{font-family:gotham-medium;color:#000;padding-top:10px}li.x-li-icon.amselected{font-size:15px}li.x-li-icon.amselectedm{font-family:gotham-medium;color:#000;padding-top:10px}li.x-li-icon.amselectedm{font-size:12px}li.x-li-icon.amselectedm{margin-left:2.5em;margin-right:1.5em}.sidebyside.x-section .x-container{display:flex;flex-flow:row nowrap}.highlight{background-image:linear-gradient(-100deg,rgba(255,255,255,0),#b2ffff 85%,rgba(255,255,255,0))}
You may add it again in your new page.
Just note that the image classes(.e368-4) may change.
I suggest you add unique class to your image elements and use that instead of the auto generated classes.

Thanks