.section-hero h2 {
  font-size: clamp(1rem, 1.25vw, 1.25rem) !important;
  font-weight: 700;
}

.section-hero .video {
  position: absolute;
  right: 0;
  top: -380px;
  min-width: 100%;
  min-height: 100%;
  z-index: -1030;
  filter: brightness(0.8);
}

.rounded {
	border-radius: 2rem !important;
}

.list-group-item {
	background-color: transparent;
	color: #fff;
}

.bg-dark-blue {
	background: rgb(10 11 20);
	background: linear-gradient(0deg, #14141d 0%, #0a0b14 100%);
}

.bg-dark-blue-light {
background: #0a387d;
background: linear-gradient(0deg,#0a387d 0%,#0a0b14 100%);
}

.bg-secondary {
  background-color: #13141d!important;
}

.card.border {
	border: 1px solid #272934!important;
}