.bs-icon-sm.bs-icon-rounded.bs-icon-primary.bs-icon.sm {
  height: fit-content;
  background-color: var(--bs-success);
  margin: 8px 0px;
}

.background-overlay {
  position: relative;
  z-index: 0;
  padding: 4rem;
  background-size: cover;
  background-position: center;
  overflow: hidden;
}

.background-overlay::before {
  content: "";
  position: absolute;
  inset: 0;
  background-color: var(--bs-primary);
  opacity: 0.7;
  z-index: 1;
  pointer-events: none;
}

.background-overlay > * {
  position: relative;
  z-index: 2;
}

.bs-icon-md.bs-icon-rounded.bs-icon-primary.bs-icon {
  width: 2em;
  height: 2em;
}

.navbar {
  background-color: var(--bs-primary);
  opacity: 0.94;
}

