.services_bg-first {
  background-image: linear-gradient(
    180deg,
    hsl(0, 0%, 100%) 0%,
    hsl(180, 43%, 98%) 8%,
    hsl(180, 43%, 97%) 17%,
    hsl(180, 43%, 95%) 27%,
    hsl(180, 43%, 94%) 37%,
    hsl(180, 43%, 92%) 49%,
    hsl(180, 44%, 91%) 61%,
    hsl(180, 44%, 89%) 74%,
    hsl(180, 44%, 88%) 87%,
    hsl(180, 44%, 86%) 100%
  );
  padding: 140px 0px 128px;
  position: relative;
}
.services_bg-first .balloons-bg {
  position: absolute;
  width: 100%;
  bottom: 0;
}
.services_bg-first .balloons-bg img {
  width: 100%;
}
.services_bg-first .lazy-software {
  position: relative;
  z-index: 1;
}
.services_bg-first .lazy-software section {
  min-height: 500px;
  display: flex;
  flex-direction: column;
  width: 100%;
  align-items: center;
  justify-content: center;
  gap: 15px;
  text-align: center;
}
.services_bg-first .lazy-software section .text,
.services_bg-first .lazy-software section .heading {
  max-width: 730px;
  width: 100%;
  margin: 0 auto;
}

.services_bg-second {
  background-color: #ccebeb;
  padding: 128px 0px;
  position: relative;
}
.services_bg-second .more-business .triangles-bg {
  position: absolute;
  bottom: 0;
  width: 100%;
  z-index: 0;
}
@media screen and (max-width: 768px) {
  .services_bg-second .more-business .triangles-bg {
    display: none;
  }
}
.services_bg-second .more-business .triangles-bg .img {
  width: 100%;
}
.services_bg-second .more-business section {
  text-align: center;
  position: relative;
  z-index: 1;
}
.services_bg-second .more-business section img.mobile {
  display: none;
  margin: 15px auto;
}
@media screen and (max-width: 768px) {
  .services_bg-second .more-business section img.mobile {
    display: block;
  }
}
.services_bg-second .more-business section .text {
  max-width: 620px;
  margin: 0 auto;
}
.services_bg-second .more-business section .text.first {
  margin-top: 15px;
}

.services_bg-third {
  padding: 128px 0px;
  background-image: linear-gradient(
    180deg,
    hsl(180, 44%, 86%) 0%,
    hsl(180, 44%, 89%) 20%,
    hsl(180, 44%, 92%) 31%,
    hsl(180, 43%, 94%) 38%,
    hsl(180, 43%, 97%) 44%,
    hsl(0, 0%, 100%) 50%,
    hsl(180, 43%, 97%) 56%,
    hsl(180, 43%, 94%) 62%,
    hsl(180, 44%, 92%) 70%,
    hsl(180, 44%, 89%) 82%,
    hsl(180, 44%, 86%) 100%
  );
}
.services_bg-third .advantages .advantages-list {
  display: flex;
  flex-direction: column;
  gap: 55px;
  width: 100%;
  height: 100%;
}
.services_bg-third .advantages .advantages-list .advantages-list-item {
  display: flex;
  position: relative;
}
.services_bg-third .advantages .advantages-list .advantages-list-item img {
  position: absolute;
  width: 160px;
  height: 160px;
  top: 25px;
  left: 0;
}
@media screen and (max-width: 768px) {
  .services_bg-third .advantages .advantages-list .advantages-list-item img {
    width: 110px;
    height: 110px;
  }
}
@media screen and (max-width: 568px) {
  .services_bg-third .advantages .advantages-list .advantages-list-item img {
    width: 72px;
    height: 72px;
    top: -30px;
    left: 38px;
  }
}
.services_bg-third .advantages .advantages-list .advantages-list-item .content {
  width: 100%;
  max-width: 95%;
  background-color: #fff;
  border-radius: 5px;
  box-shadow: 6.0115056038px 6.0115056038px 29.0556106567px 0px
      rgba(13, 128, 128, 0.2),
    -6.0115056038px -6.0115056038px 21.0402698517px 0px rgba(82, 255, 255, 0.15);
  padding: 64px 85px 64px 150px;
  display: flex;
  flex-direction: column;
  margin-left: auto;
}
@media screen and (max-width: 768px) {
  .services_bg-third
    .advantages
    .advantages-list
    .advantages-list-item
    .content {
    padding: 42px 55px 42px 100px;
  }
}
@media screen and (max-width: 568px) {
  .services_bg-third
    .advantages
    .advantages-list
    .advantages-list-item
    .content {
    padding: 52px 20px 35px;
  }
}
.services_bg-third
  .advantages
  .advantages-list
  .advantages-list-item
  .content
  .label {
  color: var(--portalThemeColor4);
  text-align: left;
  margin-bottom: 15px;
  padding: 0;
}
.services_bg-third
  .advantages
  .advantages-list
  .advantages-list-item
  .content
  .heading {
  margin-bottom: 25px;
}
.services_bg-third
  .advantages
  .advantages-list
  .advantages-list-item
  .content
  .description {
  margin-bottom: 45px;
}
@media screen and (max-width: 568px) {
  .services_bg-third
    .advantages
    .advantages-list
    .advantages-list-item
    .content
    .description {
    margin-bottom: 30px;
  }
}
.services_bg-third
  .advantages
  .advantages-list
  .advantages-list-item
  .content
  .sub-heading {
  font-size: 22px;
  font-weight: 700 !important;
  margin-bottom: 25px;
}
.services_bg-third
  .advantages
  .advantages-list
  .advantages-list-item
  .content:has(.btn)
  .answers-list {
  margin-bottom: 25px;
}
.services_bg-third
  .advantages
  .advantages-list
  .advantages-list-item
  .content
  .answers-list {
  display: flex;
  flex-direction: column;
  gap: 15px;
}
.services_bg-third
  .advantages
  .advantages-list
  .advantages-list-item
  .content
  .answers-list-item {
  padding-left: 20px;
  position: relative;
}
.services_bg-third
  .advantages
  .advantages-list
  .advantages-list-item
  .content
  .answers-list-item::before {
  content: "";
  position: absolute;
  width: 4px;
  height: 4px;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  border-radius: 50%;
  background-color: var(--portalThemeColor8);
}

.services_bg-fourth {
  padding: 128px 0px;
  min-height: 800px;
  position: relative;
  display: flex;
  align-items: center;
  background-image: linear-gradient(
    180deg,
    hsl(180, 44%, 86%) 0%,
    hsl(181, 35%, 80%) 22%,
    hsl(182, 31%, 74%) 32%,
    hsl(183, 29%, 67%) 40%,
    hsl(184, 27%, 61%) 47%,
    hsl(185, 26%, 55%) 53%,
    hsl(186, 27%, 49%) 60%,
    hsl(187, 35%, 43%) 68%,
    hsl(187, 47%, 36%) 80%,
    hsl(187, 74%, 28%) 100%
  );
}
@media screen and (max-width: 768px) {
  .services_bg-fourth {
    min-height: 470px;
  }
}
.services_bg-fourth .background-wrapper {
  position: absolute;
  width: 100%;
  bottom: 0;
  z-index: 0;
}
.services_bg-fourth .background-wrapper img {
  width: 100%;
}
.services_bg-fourth .container {
  z-index: 1;
  text-align: center;
}
.services_bg-fourth .container .text.top {
  margin-bottom: 15px;
}
.services_bg-fourth .container .text.bottom {
  margin: 15px 0px 35px;
}
.services_bg-fourth .container .btn {
  margin: 0 auto;
}

@media screen and (max-width: 768px) {
  .services_bg {
    padding: 86px 0px !important;
  }
  .services_bg .lazy-software section {
    min-height: auto;
  }
}
@media screen and (max-width: 568px) {
  .services_bg {
    padding: 60px 0px !important;
  }
} /*# sourceMappingURL=services.css.map */
