html {
  font-size: 10px;
}

.feature-card {
  background-color: transparent;
  position: relative;
  margin-top: 12rem;
  margin-bottom: 0px;
  overflow: visible;
  z-index: 3;
}
.feature-card.sticky {
  display: block;
  margin-top: 0px;
}
.feature-wrapper {
  margin-right: auto;
  margin-left: auto;
  padding-bottom: 15rem;
  display: block;
  position: relative;
  overflow: visible;
  width: 96%;
}
.feature-slide {
  align-items: center;
  display: flex;
  justify-content: center;
  border-radius: 2rem;
  bottom: 9.6rem;
  height: 70vh;
  max-width: 100%;
  padding-right: 0px;
  padding-left: 0px;
  position: sticky;
  overflow: hidden;
  width: 100%;
}
.feature-slide-row {
  max-width: 131.2rem;
  width: calc(100% - 128px);
}
.feature-slide-left {
  width: 100%;
}
.feature-slide-left .title h3 {
  margin-bottom: 1rem;
  color: #fff;
  font-size: 2.6rem;
  font-weight: 600;
  line-height: 1.3;
}
.feature-slide-left .title p {
  font-size: 1.4rem;
  color: #d9d9d9;
}
.feature-slide-right {
  display: flex;
  flex-wrap: wrap;
  margin: 2rem -1rem;
  width: 100%;
}
.feature-slide-right .card {
  background-color: rgba(217, 217, 217, 0.1);
  border-radius: 12px;
  margin: 0 1rem;
  padding: 2rem;
  width: calc(33.3333333333% - 2rem);
}
.feature-slide-right .card-icon {
  margin-bottom: 1rem;
  align-items: center;
  display: flex;
  justify-content: center;
  background-color: #fff;
  border-radius: 5px;
  height: 6rem;
  width: 6rem;
}
.feature-slide-right .card-icon .ic {
  font-size: 3.2rem;
}
.feature-slide-right .card-text h4 {
  margin-bottom: 1rem;
  font-size: 1.8rem;
  font-weight: 500;
}
.feature-slide-right .card-text p {
  font-size: 1.4rem;
  font-weight: 200;
}
.feature-slide-right1 .card {
  width: calc(50% - 3rem);
}
.feature-slide.slide-1, .feature-slide.slide-2, .feature-slide.slide-3, .feature-slide.slide-4, .feature-slide.slide-5, .feature-slide.slide-6 {
  box-shadow: 0 30px 30px 0 rgba(0, 0, 0, 0.3);
}
.feature-slide.slide-1 {
  background-color: #101337;
  bottom: 0;
  margin-top: -2px;
  margin-bottom: 0;
  z-index: 6;
}
.feature-slide.slide-2 {
  background-color: #1F2346;
  bottom: 0;
  margin-top: 0;
  margin-bottom: 0;
  z-index: 5;
}
.feature-slide.slide-3 {
  background-color: #313458;
  bottom: 0;
  box-shadow: none;
  margin-top: 0;
  z-index: 4;
}
.feature-slide.slide-4 {
  background-color: #393A59;
  bottom: 0;
  margin-top: 0;
  margin-bottom: 0;
  z-index: 3;
}
.feature-title {
  bottom: 2rem;
  color: #fff;
  font-size: 2rem;
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  position: absolute;
  max-width: 131.2rem;
  margin: auto;
  left: 0;
  top: auto;
  right: 0;
  width: calc(100% - 128px);
}

@media (width <= 991px) {
  .feature-slide {
    height: auto;
    padding: 3rem 0;
  }
  .feature-slide + .feature-slide {
    margin-top: 3rem;
  }
  .feature-slide-right {
    justify-content: center;
  }
  .feature-slide-right .card {
    margin: 1rem 1rem;
    width: calc(50% - 2rem);
  }
}
@media (width <= 767px) {
  .feature-title {
    padding: 2rem 1rem 0;
    position: inherit;
    width: 90%;
  }
  .feature-slide {
    display: block;
  }
  .feature-slide-row {
    align-items: center;
    display: flex;
    justify-content: center;
    flex-direction: column;
    max-width: 90%;
    margin: auto;
    width: 90%;
  }
  .feature-slide-left {
    text-align: center;
  }
  .feature-slide-left .title h3 {
    font-size: 2rem;
  }
  .feature-slide-right .card {
    margin: 0 1rem;
    width: calc(100% - 2rem);
  }
  .feature-slide-right .card + .card {
    margin-top: 2rem;
  }
  .feature-wrapper {
    padding: 0 1.5rem 5rem;
    width: 100%;
  }
}/*# sourceMappingURL=service.css.map */