.subservices-overview {
  padding-top: 120px;
  padding-bottom: 120px;
}

.subservices-overview .caption-text {
  margin: 0 0 12px;
}

.subservices-overview-content {
  display: flex;
  gap: 16px 24px;
}

.subservices-overview .title {
  flex: 1 1 50%;
  padding: 0;
  margin: 0;
  font-size: 40px;
  font-style: normal;
  font-weight: 500;
  line-height: 48px; /* 120% */
  color: var(--e-global-brand-white);
}

.subservices-overview .text {
  display: flex;
  flex: 1 1 50%;
  flex-direction: column;
  gap: 12px;
  padding: 0;
  margin: 0;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  font-feature-settings: 'liga' off;
  line-height: 28px; /* 155.556% */
  color: var(--e-global-brand-white);
}

.subservices-overview .text p {
  padding: 0;
  margin: 0;
}

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

  .subservices-overview .title {
    font-size: clamp(32px, 26.4px + 1vw, 40px);
    line-height: 1.2;
  }

  .subservices-overview .text {
    font-size: var(--fluid-16-18);
    line-height: 1.55;
  }
}

@media screen and (max-width: 768px) {
  .subservices-overview-content {
    flex-direction: column;
  }

  .subservices-overview .title,
  .subservices-overview .text {
    flex: 1 1 auto;
  }
}

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

  .subservices-overview .title {
    font-size: 32px;
  }

  .subservices-overview .text {
    font-size: 16px;
  }
}
