.blh-advantage {
  position: relative;
  background-color: #3C3C3C;
}

.blh-advantage .blh-advantage-overlay {
  position: absolute;
  inset: 0;
  z-index: 0;
  background-image: url("../images/bg-octagon.png");
  background-repeat: repeat;
  opacity: 0.2;
  pointer-events: none;
    background-position-y: -46px;
}

.blh-advantage .blh-advantage-item .h5 {
  font-weight: 600;
}

.blh-advantage .blh-advantage-item {
  height: 100%;
}

.blh-advantage-item:hover .anim-bounce {
  animation: fa-bounce 1s;
}

.blh-advantage-item:hover .anim-flip {
  animation: fa-flip 1s
}

.blh-advantage-item:hover .anim-beat {
  animation: fa-beat 0.6s;
}

.blh-advantage-item:hover .anim-rotate {
  animation: fa-spin 1.4s;
}

@media (min-width: 768px) {
  .blh-advantage .blh-advantage-item {
    min-height: 252px;
  }
}

@media (min-width:992px) {
  .blh-advantage .blh-advantage-item {
    margin-bottom: 0;
  }
}


.blackline-hpp-advantage .section-title p, .blackline-hpp-advantage .section-title h2 span.over {
    color: #fff;
}