.subservices-hero-inner {
  position: relative;
  max-width: 1920px;
  margin: 0 auto;
}

.animation-container {
  position: absolute;
  top: -60px;
  width: 270px;
  height: calc(100% + 60px);
  overflow: hidden;
}

.animation-container-left {
  left: 0;
}

.subservices-hero .container {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  gap: 24px;
  justify-content: space-between;
  min-height: 550px;
  padding-top: 144px;
}

.subservices-hero .title {
  max-width: 1065px;
  padding: 0;
  margin: 0 auto;
  font-size: 72px;
  font-weight: 700;
  line-height: 80px;
  color: var(--e-global-brand-white);
  text-align: center;
  letter-spacing: 0;
}

.subservices-hero .text {
  max-width: 990px;
  margin: 24px auto 0;
  font-size: 24px;
  font-weight: 400;
  line-height: 32px;
  text-align: center;
  letter-spacing: 0;
}

.subservices-hero-nav-list {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0;
  margin: 0 0 24px;
  list-style: none;
}

.subservices-hero-nav-item {
  position: relative;
  z-index: 2;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  color: var(--e-global-brand-white);
  text-transform: uppercase;
  letter-spacing: 0.56px;
}

.subservices-hero-nav-item-icon {
  width: 40px;
  height: 40px;
  object-fit: contain;
}

.animation-container-right {
  right: 0;
}

@media screen and (min-width: 1560px) {
  .subservices-hero .container {
    min-height: clamp(550px, -186.6667px + 47.2222vw, 720px);
    padding-top: clamp(144px, -254.6667px + 25.5556vw, 236px);
  }
}

@media screen and (max-width: 1360px) {
  .subservices-hero .container {
    padding-top: clamp(108px, 82.8px + 4.5vw, 144px);
  }

  .subservices-hero .title {
    font-size: var(--fluid-44-72);
    line-height: 1.11;
  }

  .subservices-hero .text {
    font-size: var(--fluid-20-24);
    line-height: 1.33;
  }
}

@media screen and (max-width: 1240px) {
  .subservices-hero-content {
    max-width: calc(100% - 300px);
    margin: 0 auto;
  }
}

@media screen and (max-width: 768px) {
  .animation-container {
    width: 150px;
  }

  .subservices-hero-content {
    max-width: 100%;
  }
}

@media screen and (max-width: 560px) {
  .subservices-hero .container {
    min-height: 520px;
    padding-top: 108px;
    padding-right: 0;
    padding-left: 0
  }

  .subservices-hero-nav-list {
    padding: 0 16px;
  }

  .subservices-hero .title {
    font-size: 44px;
    line-height: 52px;
  }

  .subservices-hero .text {
    padding: 0 16px;
    font-size: 20px;
  }
}

@media screen and (max-width: 450px) {
  .animation-container {
    width: 120px;
  }
}
