Hello @coachrebellis,
Thanks for writing back.
I have checked and found that the image is small due to the less space available for the image.
Here are some recommendations to increase the image size. You can try one of them that suits you best.
1: Try to use the one-column layout, it will allow more space for the image and the size of the image will become normal.
2: Try increasing the max width of the section in Elementor. It will allow more space for the elements. Please refer to this video: https://d.pr/v/PrqWA4.
3: Try this CSS code to set the shipping name to allow more space for the first column.
.wcf-embed-checkout-form.wcf-embed-checkout-form-modern-checkout .wcf-shipping-methods-wrapper
{
flex-direction:column;
}
.wcf-embed-checkout-form.wcf-embed-checkout-form-modern-checkout table.shop_table .woocommerce-shipping-methods li
{
white-space:normal;
text-align:left;
}
I hope this helps.
Let me know how that goes.