Product images to be in edge in product page

@Sivadarshan
Add the below code at the end of same file

@media screen and (min-width: 750px) {
    .product__column-sticky {
        top:7rem
    }
    .grid {
        column-gap: 0;
        row-gap: 0;
    }
}

If you find this information useful, a Like would be greatly appreciated.
And If this resolves your issue, kindly hit Like and mark it as the Solution! Thank you!