
.topSpacer, .bottomSpacer {
  width: 100%;
  height: 500px;
}
.hib-pop-up-slides-2-wrapper {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  /* max-width: 90vw; */
  position: relative;
  justify-content: center;
}
.hib-pop-up-slides-2-slide-wrapper {
  /* width: calc(33.333333333333% - 20px); */
  position: relative;
  /* opacity: 0;
  transform: translateY(100px);
  transition: opacity 1s ease-in-out, transform 1s ease-in-out;
  /* padding: 0 10px; */
  /* overflow: hidden; */ */
}
.pop-up-slide {
  opacity: 1;
  transform: translate(0);
}
.hib-pop-up-slides-2-slide-wrapper p {
  padding: 2px 0;
  border-radius: 4px;
  background-color: #9FA0A3;
  font-size: 15px;
  font-weight: 900;
  text-transform: uppercase;
  color: #FFF!important;
  text-align: center!important;
}

.service-img-overlay {
  width: 100%;
  height: 100%;
  display: none;
  justify-content: center;
  align-items: center;
  text-align: center;
  background-color: rgba(0, 127, 167, 0.8);
}
.service-img-overlay h4 {
  color: white;
  text-transform: uppercase;
  font-weight: bold;
}
@media (min-width: 788px) and (max-width: 1024px) {
  .service-card {
    width: calc(50% - 24px);
  }
}
@media screen and (max-width: 787px) {
  .service-card {
    width: calc(100% - 24px);
  }
}