/* Tablet and up (769px+) */
@media screen and (min-width: 769px) {
  .dashboard .box {
    padding: 1rem !important;
  }

  .dashboard .day-summary-card .title {
    font-size: 3rem !important;
  }

  .dashboard .day-summary-card .subtitle {
    font-size: 1rem !important;
  }
}