.avs-hero {
  padding-top: 22vh;
  padding-bottom: 7vh;
}
.avs-hero__background {
  z-index: 1;
}
.avs-hero__overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(rgba(0, 155, 160, 0.55), rgba(26, 43, 44, 0.1));
  z-index: 2;
}
.avs-hero__container {
  position: relative;
  z-index: 3;
}
