.gradient {
  background: linear-gradient(120deg,#96cc76,rgba(219,226,215,0));
}

@media (max-width: 769px) {
  .team-grid {
    margin-top: 0px !important;
  }
}

@media (min-width: 768px) {
  .team-grid {
    margin-top: 0px;
  }
}

@media (min-width: 768px) {
  .team-grid {
  }
}

span.arrow-separator {
  top: 0;
  width: 100%;
  height: 42px;
  position: absolute;
  z-index: 5;
  background-image: url(../../assets/img//direction-arrow.png);
  background-repeat: no-repeat;
  background-position: center;
  overflow: hidden;
}

