#warehousing {
  color: white;
}

.service-custom-content:after {
  content: "";
  /* background: -webkit-linear-gradient(transparent, rgba(0, 0, 0, 0.9));
  background: linear-gradient(transparent, rgba(0, 0, 0, 0.9)); */
  background-color: rgba(0, 0, 0, 0.6);
  position: absolute;
  display: block;
  width: 100%;
  top: 0;
  bottom: 0;
}

.service-content {
  color: #edf2f6;
  mix-blend-mode: normal;
  max-width: 80%;
}

.main-logo {
  width: 75px;
}

.message-hidden {
  display: block !important;
}

.message-visible {
  display: block !important;
}
.lightbox-circle.w-inline-block.w-lightbox {
  background: white;
  width: 4vw;
  height: 4vw;
}
