@media (max-width: 991px) {
  #lightbox-left {
    border-right: 0px solid rgba(151,151,151,0);
    border-bottom: 1px solid rgb(172,172,172);
  }
}

@media (min-width: 992px) {
  #lightbox-left {
    border-right: 1px solid rgb(151,151,151);
  }
}

.finpack_icon {
  width: 100%;
  height: 250px;
}

.finpack_headincl {
  padding-top: 5px;
  padding-bottom: 5px;
  margin: 0px;
  text-align: center;
  text-transform: uppercase;
  color: white;
  font-size: 14px;
}

.finpack_li_item {
  padding-bottom: 10px;
  padding-left: 5px;
  list-style-image: url(../../../assets/img/bullet.svg);
}

.finpack_price {
  text-align: center;
  margin-top: -15px;
  margin-bottom: 20px;
  font-weight: 800;
  font-size: 1.6rem;
}

@media (max-width: 1200px) {
  #parallax_packets {
    background-image: url(../../../assets/img/Strategy_Impulse/training_parallax_1V.jpg);
  }
}

#levels {
  padding-top: 50px;
}

