
.topSpacer, .bottomSpacer {
  width: 100%;
  height: 500px;
}
.hib-pop-up-slides-2-wrapper {
  width: 960px;
  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;
}
@media (max-width: 479px) {
  .hib-pop-up-slides-2-slide-wrapper {
    /* width: 100%; */
    padding: 0;
  }
}
@media (min-width: 480px) and (max-width: 767px) {
  .hib-pop-up-slides-2-slide-wrapper {
    /* width: calc(50% - 20px); */
  }
}
.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 screen and (max-width: 767px) {
  .hib-pop-up-slides-2-slide-wrapper h3 {
    display: none;
    margin: 10px;
  }
  .hib-pop-up-slides-2-slide-wrapper .service-img {
    width: 150px;
    height: 150px;
    margin: 1px;
  }
  .service-img-overlay {
    display: flex;
  }
  .hib-pop-up-slides-2-slide-wrapper {
    width: 50%;
    box-sizing: border-box;
    /* padding: 15px; */
    margin: 0;
    margin-bottom: 15px;
  }
  .hib-pop-up-slides-2-wrapper {
    padding-bottom: 50px;
  }
}
