.services-text-block {
  padding-top: 120px;
  padding-bottom: 120px;
}

.services-text-block .container {
  display: flex;
  gap: 16px 32px;
}

.services-text-block .title {
  flex: 1 1 50%;
  margin: 0;
  font-size: 64px;
  font-style: normal;
  font-weight: 700;
  font-feature-settings: 'liga' off;
  line-height: 72px; /* 112.5% */
  color: var(--e-global-brand-white);
}

.services-text-block .content-wrapper {
  flex: 1 1 50%;
}

.services-text-block .subtitle {
  margin: 0 0 16px;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 32px; /* 133.333% */
  color: var(--e-global-brand-white);
}

.services-text-block .text-wrapper {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.services-text-block .text-wrapper p,
.services-text-block .text-wrapper ul li {
  padding: 0;
  margin: 0;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  color: var(--e-global-opacity-white-080);
}

.services-text-block .text-wrapper strong {
  font-weight: 500;
  color: var(--e-global-brand-white);
}

.services-text-block .text-wrapper ul {
  display: flex;
  flex-direction: column;
  gap: 12px;
  padding: 0;
  margin: 0;
  list-style: none;
}

.services-text-block .text-wrapper ul li {
  position: relative;
  padding-left: 20px;
}

.services-text-block .text-wrapper ul li::before {
  position: absolute;
  top: 8px;
  left: 0;
  display: block;
  width: 8px;
  height: 8px;
  content: '';
  background-color: var(--e-global-opacity-white-024);
  border-radius: 50%;
}

@media screen and (max-width:1360px) {
  .services-text-block {
    padding-top: var(--fluid-40-120);
    padding-bottom: var(--fluid-40-120);
  }

  .services-text-block .title {
    font-size: var(--fluid-40-64);
    line-height: 1.2;
  }

  .services-text-block .subtitle {
    font-size: var(--fluid-20-24);
    line-height: 1.33;
  }

  .services-text-block .text-wrapper p,
  .services-text-block .text-wrapper ul li {
    font-size: var(--fluid-14-16);
    line-height: 1.5;
  }
}

@media screen and (max-width:998px) {
  .services-text-block .container {
    flex-direction: column;
  }
}

@media screen and (max-width:560px) {
  .services-text-block {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .services-text-block .title {
    font-size: 40px;
    line-height: 48px;
  }

  .services-text-block .subtitle {
    font-size: 20px;
    line-height: 28px;
  }

  .services-text-block .text-wrapper p,
  .services-text-block .text-wrapper ul li {
    font-size: 14px;
    line-height: 20px;
  }
}
