/* Tiles */
.widget-tile, .tile { background: var(--color-surface); padding: 25px; }

/* Mobile and iPad - Tile text content max 20px padding */
@media (max-width: 1024px) {
  .widget-tile, .tile {
    padding: 20px;
  }
}
