.FeaturedService_wrapper__thf5O {
  position: relative;
  padding: 60px 0 100px;
  overflow: hidden;
}

.FeaturedService_wrapper__thf5O::after {
  content: "";
  position: absolute;
  bottom: -30%;
  right: 0;
  width: 30%;
  height: 180%;
  background: var(--red);
  transform: rotate(30deg);
  z-index: -1;
}

.FeaturedService_scaledContainer__BzFgW {
  z-index: -1;
  padding: 0 5%;
}

.FeaturedService_serviceContainer__dOGnp,
.FeaturedService_productContainer__vS8Lb,
.FeaturedService_cardsContainer__9ozp1 {
  padding: 0 5%;
}

.FeaturedService_serviceContainer__dOGnp {
  position: relative;
}

.FeaturedService_primaryContent__yGzu5,
.FeaturedService_secondaryContent__OylkH {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 20px;
}

.FeaturedService_primaryContent__yGzu5 {
  width: 50%;
}

.FeaturedService_secondaryContent__OylkH {
  width: 33%;
  margin-top: -40px;
  margin-left: auto;
}

.FeaturedService_secondaryContent__OylkH p {
  z-index: 5;
}

.FeaturedService_backgroundImage__1JdCj {
  margin: auto;
  margin-top: -40%;
  height: auto;
}

.FeaturedService_scrollingImage__af6tT {
  position: absolute;
  top: 60%;
  translate: 0 -50%;
  left: 0;
  height: 100%;
  width: 100%;
}

.FeaturedService_scrollingImage__af6tT img {
  max-width: 80%;
  height: auto;
}

.FeaturedService_productContainer__vS8Lb {
  position: relative;
  display: flex;
  width: 90%;
  margin: auto;
  margin-bottom: 140px;
  margin-top: -100px;
  z-index: 1;
}

.FeaturedService_productImage__3hLWt {
  width: 55%;
  flex-shrink: 0;
  height: auto;
}

.FeaturedService_productInfo__7SLvc {
  background-color: var(--white);
  padding: 80px;
  margin: 80px 0;
  display: flex;
  flex-direction: column;
  gap: 30px;
  align-items: flex-start;
  justify-content: center;
  box-shadow: var(--shadow);
}

.FeaturedService_productTitle__O3Cm8 {
  border-left: 10px solid var(--red);
  font-size: clamp(60px, 5vw, 140px);
  color: var(--red);
  padding-left: 40px;
}

.FeaturedService_cardsContainer__9ozp1 {
  display: flex;
  flex-direction: column;
  gap: 30px;
}

.FeaturedService_cardsHeading__i3AEs {
  font-size: 60px;
}

.FeaturedService_cards__RaMTm {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 60px;
  gap: 60px;
}

.FeaturedService_card__WQNf8 {
  background-color: var(--white);
  padding: 10% 10% 15%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 20px;
  text-align: start;
  box-shadow: var(--shadow);
}

.FeaturedService_cardNumber__L7TMc {
  background-color: var(--red);
  color: var(--white);
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  align-self: center;
  aspect-ratio: 1 / 1;
  width: clamp(60px, 40%, 140px);
  font-weight: bold;
  font-size: 50px;
  margin-bottom: 20px;
}

.FeaturedService_cardHeading__SJxUk {
  font-size: 30px;
}

.FeaturedService_cardSubheading__G4W6s {
  font-size: 20px;
  font-weight: bold;
  color: var(--red);
}

.FeaturedService_star__a0hfT {
  background: var(--red);
  -webkit-clip-path: polygon(
    50% 0%,
    61% 35%,
    98% 35%,
    68% 57%,
    79% 91%,
    50% 70%,
    21% 91%,
    32% 57%,
    2% 35%,
    39% 35%
  );
          clip-path: polygon(
    50% 0%,
    61% 35%,
    98% 35%,
    68% 57%,
    79% 91%,
    50% 70%,
    21% 91%,
    32% 57%,
    2% 35%,
    39% 35%
  );
  display: inline-block;
  height: 20px;
  width: 20px;
}

@media screen and (max-width: 1024px) {
  .FeaturedService_wrapper__thf5O {
    padding-top: 40px;
  }

  .FeaturedService_contentContainer__gEvDb {
    position: relative;
    z-index: 1;
    display: flex;
    gap: 5%;
  }

  .FeaturedService_primaryContent__yGzu5,
  .FeaturedService_secondaryContent__OylkH {
    width: 50%;
    padding: 5%;
    margin-top: 0;
    background-color: var(--white);
    box-shadow: var(--shadow);
  }

  .FeaturedService_scrollingImage__af6tT {
    top: 60%;
  }

  .FeaturedService_productContainer__vS8Lb {
    flex-direction: column;
    box-shadow: var(--shadow);
    padding: 0;
  }

  .FeaturedService_productImage__3hLWt {
    width: 100%;
    max-height: 40vh;
    object-fit: cover;
  }

  .FeaturedService_productInfo__7SLvc {
    margin: 0;
    box-shadow: unset;
  }

  .FeaturedService_cards__RaMTm {
    grid-template-columns: repeat(2, 1fr);
    gap: 5%;
  }

  .FeaturedService_card__WQNf8 {
    padding: 40px 30px;
  }
}

@media screen and (max-width: 768px) {
  .FeaturedService_wrapper__thf5O {
    padding-top: 20px;
  }

  .FeaturedService_wrapper__thf5O::after {
    width: 70%;
    transform: rotate(10deg);
  }

  .FeaturedService_contentContainer__gEvDb {
    flex-direction: column;
    gap: 40px;
  }

  .FeaturedService_primaryContent__yGzu5,
  .FeaturedService_secondaryContent__OylkH {
    width: 100%;
  }

  .FeaturedService_scrollingImage__af6tT {
    top: 66%;
  }

  .FeaturedService_productInfo__7SLvc {
    padding: 40px 20px;
  }

  .FeaturedService_cards__RaMTm {
    grid-template-columns: 1fr;
    gap: 40px;
  }

  .FeaturedService_card__WQNf8 {
    padding: 40px 20px;
    gap: 16px;
  }

  .FeaturedService_cardNumber__L7TMc {
    width: 80px;
  }
}


/*# sourceMappingURL=6c3595945a200c6a.css.map*/