Change badge size and move it under caption

Add this code to the Custom CSS field on the Style tab of your widget’s settings:

[class*="Icons__IconsComponent-sc"] * { 
  width: 60px !important;
  height: 60px !important;
  margin: 0;
}

[class*="Name__NameComponent-sc"] {
  flex-direction: column;
  align-items: flex-start;
}