.services-components {
  padding: 4rem 0rem;
  padding-top: 0rem;
}

.tp-service-2__user {
  width: 260px;
}
@media (max-width: 1199px) {
  .tp-service-2__user {
    width: 48%;
  }
}
@media (max-width: 575px) {
  .tp-service-2__user {
    width: 100%;
  }
}
.tp-service-2__user span {
  font-weight: 600;
  font-size: 40px !important;
  line-height: 24px;
  color: var(--darkclr);
  padding-bottom: 16px;
  display: inline-block;
}
.tp-service-2__user p {
  font-weight: 500;
  font-size: 14px !important;
  margin-bottom: 0;
}

@media only screen and (max-width: 991px) {
  .tp-service-2__user {
    margin-top: 20px;
  }
}
@media (max-width: 767px) {
  .tp-service-2__user p {
    font-size: 10px;
  }
}
.tp-service-2__user-shape {
  position: absolute;
  bottom: -35px;
  right: 18px;
}

@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 767px) {
  .tp-service-2__user-shape {
    right: auto;
    left: 0;
  }
}
@media (max-width: 767px) {
  .tp-service-2__user-shape svg {
    width: 100%;
  }
}/*# sourceMappingURL=intelligence-action.css.map */