.d-flex {
  display: flex;
}

.gap-3 {
  gap: 1.25rem;
}

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