.controller_projects.action_show .metrics .total_amount .amount.big, 
.controller_actions.action_show .metrics .total_amount .amount.big, 
.controller_teams.action_show .metrics .total_amount .amount.big, 
.controller_companies.action_show .metrics .total_amount .amount.big {
  font-size: 27px;
}

@media (min-width: 1000px) and (max-width: 1200px) {
  .controller_projects.action_show .metrics .total_amount .amount.big, 
  .controller_actions.action_show .metrics .total_amount .amount.big, 
  .controller_teams.action_show .metrics .total_amount .amount.big, 
  .controller_companies.action_show .metrics .total_amount .amount.big {  
    font-size: 24px;
  }
}

@media (min-width: 1200px) {
  .controller_projects.action_show .metrics .total_amount .amount.big .left, 
  .controller_actions.action_show .metrics .total_amount .amount.big .left, 
  .controller_teams.action_show .metrics .total_amount .amount.big .left, 
  .controller_companies.action_show .metrics .total_amount .amount.big .left {
    top: 5px;
    left: -11px;
  }
}