{# when spacing is set to "4", override BS default of 1.5rem and kick it to 2rem for visual improvement #}

.gap-4 {
  gap: 2rem !important;
  }