.overlay-services {
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  color: black;
  display: flex;
  align-items: left;
  justify-content: center;
  flex-direction: column;
}
.overlay-services .home-page-hero-text {
  font-size: 4rem;
}
.overlay-services .custom-eyebrow {
  text-transform: uppercase;
  font-weight: 600;
}

.big-service {
  height: 45vh;
  width: 100%;
  position: relative;
  background-size: cover;
  background-position: 50% 50%;
  background-image: repeating-linear-gradient(45deg, rgba(0, 0, 0, 0.07), rgba(0, 0, 0, 0.05), rgba(0, 0, 0, 0.02), rgba(0, 0, 0, 0.08), rgba(0, 0, 0, 0.07), rgba(0, 0, 0, 0.03), rgba(0, 0, 0, 0.06), rgba(0, 0, 0, 0.08), rgba(0, 0, 0, 0.02), rgba(0, 0, 0, 0.08), rgba(0, 0, 0, 0.02), rgba(0, 0, 0, 0.07), rgba(0, 0, 0, 0.08), rgba(0, 0, 0, 0.09), rgba(0, 0, 0, 0.01) 3px), linear-gradient(90deg, rgb(218, 30, 196), rgb(34, 27, 151));
}
.big-service .custom-eyebrow {
  text-transform: uppercase;
  font-family: "Poppins", sans-serif;
}
.big-service .custom-eyebrow {
  text-transform: uppercase;
}

.big-service-mobile {
  height: 60vh;
  width: 100%;
  position: relative;
  background-size: cover;
  background-position: 50% 50%;
  background-image: url("../img/mobile-about-img.png");
}
.big-service-mobile .custom-eyebrow {
  text-transform: uppercase;
  font-family: "Poppins", sans-serif;
}
.big-service-mobile .custom-eyebrow {
  text-transform: uppercase;
}

.lg-spacer {
  padding-top: 7rem;
}

.sm-spacer {
  padding-top: 3rem;
}

.list-custom-space {
  margin-left: -1rem;
}

.looking-for-more {
  height: inherit;
  background-image: repeating-linear-gradient(45deg, rgba(0, 0, 0, 0.07), rgba(0, 0, 0, 0.05), rgba(0, 0, 0, 0.02), rgba(0, 0, 0, 0.08), rgba(0, 0, 0, 0.07), rgba(0, 0, 0, 0.03), rgba(0, 0, 0, 0.06), rgba(0, 0, 0, 0.08), rgba(0, 0, 0, 0.02), rgba(0, 0, 0, 0.08), rgba(0, 0, 0, 0.02), rgba(0, 0, 0, 0.07), rgba(0, 0, 0, 0.08), rgba(0, 0, 0, 0.09), rgba(0, 0, 0, 0.01) 3px), linear-gradient(90deg, rgb(218, 30, 196), rgb(34, 27, 151));
}/*# sourceMappingURL=big-services.css.map */