since i not have enough reputation to comment i will answer here.
as @Meet says in comment. it's because you set grid-cols-4 so justify-items-center not gonna works.
if you have static items (which's i assume not because you set md:grid-cols-8 too). you can set col-start-2 in first child or any number you want
if not, you can set dynamic class using stack you used