.hero-banner {
  min-height: clamp(18.75rem, 5.8462rem + 26.9179vw, 31.25rem);
}
.hero-banner.img-banner::before {
  content: "";
  background-color: rgba(32, 51, 122, 0.3411764706);
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
}