.feature-iconic {
  display: flex;
  flex-direction: column;
  align-items: center;
  color: #616a78;
  margin-bottom: 10px;
}

.feature-iconic:hover p {
  transform: translateY(-7%);
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.07);
}

.feature-iconic p {
  background-color: #fff;
  color: #e4e7ea;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100px;
  height: 100px;
  margin-bottom: 8px;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.06);
  transition: .5s;
}

.feature-iconic p i {
  font-size: 50px;
}

.feature-iconic span {
  letter-spacing: 1px;
  font-size: 13px;
  font-weight: 500;
}

.old-price {
  position: relative;
  opacity: 0.7;
}

.old-price::before {
  content: "\00d7";
  font-size: 2em;
  font-family: "Open Sans", sans-serif;
  position: absolute;
  bottom: 0;
  line-height: 0.65;
  left: 30px;
}

.underdash {
  padding-bottom: 2px;
  border-bottom: 1px dashed white;
}

.img-fadein {
  opacity: .55;
  transition: 1s;
}

.img-fadein:hover {
  opacity: 1;
  transform: translateY(-3%);
}

.constellation {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
}

.overflow-hidden {
  overflow: hidden;
}

@media (max-width: 767px) {
  .img-fadein {
    opacity: 1;
  }
  .display-4 {
    font-size: 28px;
    line-height: 1.5;
  }
  .lead.fs-20 {
    font-size: 19px !important;
    line-height: 1.3;
  }
}

/*# sourceMappingURL=style.css.map */