.gap-2 {
  gap: 2px !important;
}

.gap-5 {
  gap: 5px !important;
}

.gap-10 {
  gap: 10px !important;
}

.gap-15 {
  gap: 15px !important;
}

.gap-20 {
  gap: 20px !important;
}

.gap-30 {
  gap: 30px !important;
}

.gap-40 {
  gap: 40px !important;
}

.gap-50 {
  gap: 50px !important;
}

.flex-1 {
  flex: 1;
}

.flex-2 {
  flex: 2;
}

.flex-3 {
  flex: 3;
}

.flex-wrap {
  flex-wrap: wrap;
}

.grid {
  display: grid;
}

.justify-content-evenly {
  justify-content: space-evenly;
}

.w-50px {
  width: 50px;
}

.align-items-end {
  align-items: flex-end !important;
}
