

.header.formidium-team-banner{ background: linear-gradient(180deg,
  hsla(216, 100%, 50%, 1) -70%,
  hsla(228, 93%, 5%, 1) 19%,
  hsla(227, 100%, 5%, 1) 65%,
  hsla(216, 100%, 50%, 1) 109%);}
header.formidium-team-banner::after {
  filter: opacity(100%);
  content: "";
  width: 100%;
  height: 100%;
  background: url(../img/people/admin-wave-01.svg) no-repeat;
  background-size: 100% 125%;
  bottom: 0px;
  left: 0px;
  position: absolute;
  display: inline-block;
  z-index: 1;

}
.meet-team::after {
    filter: opacity(100%);
    content: "";
    width: 100%;
    max-width: 300px;
    height: 100%;
    background: url(../img/meet-teem-img.png) no-repeat;
    background-size: cover;
    top: 0;
    bottom: 0;
    bottom: 0px;
    right: 10%;
    position: absolute;
    display: inline-block;
    z-index: 1;
    
  }