/*
0 - 600px:		Phone
600 - 900px:	Tablet Portrait
900	- 1200px:	Tablet Landscape
[1200-1800] is where our normal styles apply
1800px +:		Big Desktop

$breakpoint argument choices:
- phone
- tab-port
- tab-land
- big-desktop

1em = 16px
*/
.card-header {
  padding: 0.62rem 0.73rem ! important;
}
.card-title {
  font-size: 0.875rem ! important;
  font-weight: 400;
}
