When cloning a bigger to a smaller disk when thew used space fits on the smaller disk.
Resize the source disk partitions so the combined sizes fit on the destination disk.
resize2fs -F /dev/sdb1 <size>
sfdisk -d /dev/sdb > partition-table.txt
The file probably needs to be edited since there are gaps between the partitions after resizing.
sfdisk /dev/sdc < partition-table.txt