.gap-1 {
  gap: .25rem !important;
}

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

.gap-3 {
  gap: 1rem !important;
}

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

.gap-5 {
  gap: 3rem !important;
}

.gap-x-1 {
  column-gap: .25rem !important;
}

.gap-x-2 {
  column-gap: .5rem !important;
}

.gap-x-3 {
  column-gap: 1rem !important;
}

.gap-x-4 {
  column-gap: 1.5rem !important;
}

.gap-x-5 {
  column-gap: 3rem !important;
}

.gap-y-1 {
  row-gap: .25rem !important;
}

.gap-y-2 {
  row-gap: .5rem !important;
}

.gap-y-3 {
  row-gap: 1rem !important;
}

.gap-y-4 {
  row-gap: 1.5rem !important;
}

.gap-y-5 {
  row-gap: 3rem !important;
}

.text-underline {
  text-decoration: underline;
}
