.services-content {
  padding-top: 98px !important;
  min-height: 1133px;
}

.services__heading {
  margin-bottom: 28px;
  margin-top: 32px;
  padding-right: 125px;
}

.services__heading-subtitle {
  font-weight: 400;
  font-size: 20px;
  line-height: 150%;
  letter-spacing: 0.02em;
  color: #6a7989;
  margin-bottom: 60px;
  max-width: 850px;
}

.services-back-2 {
  left: initial;
  right: 100px;
  top: 100px;
}

.services-back-3 {
  top: initial;
  bottom: -22px;
}

@media (max-width: 1280px) {
  .services-back-2 {
    right: -105px;
    top: 62px;
  }
  .services-back-3 {
    top: initial;
    bottom: calc(-10.7843vw + 60.823px);
  }
}
@media (max-width: 768px) {
  .services__heading-subtitle {
    font-size: 14px;
    line-height: 140%;
    margin-bottom: 0;
    height: 208px;
  }
  .services-content {
    min-height: 750px;
  }
  .services__heading {
    height: auto;
  }
  .services__tabs {
    padding: 0;
    top: calc(-14.7059vw + 296.9px);
  }
  .services__tab--active {
    padding: 18px 16px;
  }
}