.career-life-devsx-section {
  padding-top: 120px;
  padding-bottom: 120px;
}

.career-life-devsx-section .heading-wrapper {
  display: flex;
  gap: 12px;
}

.career-life-devsx-section .career-life-devsx-title {
  flex: 1 1 50%;
  font-family: Satoshi-Bold, sans-serif;
  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);
}

.career-life-devsx-section .heading-text {
  display: flex;
  flex: 1 1 50%;
  flex-direction: column;
  gap: 12px;
}

.career-life-devsx-section .career-life-devsx-subtitle {
  padding: 0;
  margin: 0;
  font-family: Satoshi-Regular, sans-serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  font-feature-settings: 'liga' off;
  line-height: 32px; /* 133.333% */
  color: var(--e-global-brand-white);
}

.career-life-devsx-section .career-life-devsx-text {
  padding: 0;
  margin: 0;
  font-family: Satoshi-Regular, sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  font-feature-settings: 'liga' off;
  line-height: 24px; /* 150% */
  color: var(--e-global-opacity-white-080);
}

.career-life-devsx-section .section-content {
  margin-top: 24px;
}

.career-life-devsx-section .content-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 8px;
  padding: 0;
  margin: 0;
  list-style: none;
}

.career-life-devsx-section .content-item {
  display: flex;
  flex-direction: column;
  gap: 12px;
  justify-content: space-between;
  min-height: 320px;
  padding: 32px;
  background: var(--e-global-opacity-black-064);
  backdrop-filter: blur(60px);
  border-radius: 12px;
}

.career-life-devsx-section .content-item-icon-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 52px;
  height: 52px;
  padding: 10px;
  background: rgb(240 243 250 / 8%);
  backdrop-filter: blur(60px);
  border-radius: 40px;
}

.career-life-devsx-section .content-item-icon {
  width: 24px;
  height: 24px;
  object-fit: contain;
  object-position: center;
}

.career-life-devsx-section .content-item-title {
  padding: 0;
  margin: 0;
  font-family: Satoshi-Medium, sans-serif;
  font-size: 32px;
  font-style: normal;
  font-weight: 500;
  font-feature-settings: 'liga' off;
  line-height: 40px; /* 125% */
  color: var(--e-global-brand-white);
}

.career-life-devsx-section .content-item-text {
  padding: 0;
  margin: 0;
  font-family: Satoshi-Regular, sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  font-feature-settings: 'liga' off;
  line-height: 28px; /* 155.556% */
  color: var(--e-global-opacity-white-080);
}

@media screen and (min-width: 1530px) {
  .career-life-devsx-section .content-item {
    min-height: clamp(320px, -150.7692px + 30.7692vw, 440px);
  }
}

@media screen and (max-width: 1360px) {
  .career-life-devsx-section {
    padding-top: var(--fluid-40-120);
    padding-bottom: var(--fluid-40-120);
  }

  .career-life-devsx-section .career-life-devsx-title {
    font-size: var(--fluid-40-64);
    line-height: 1.125;
  }

  .career-life-devsx-section .career-life-devsx-subtitle {
    font-size: var(--fluid-20-24);
    line-height: 1.3333;
  }

  .career-life-devsx-section .career-life-devsx-text {
    font-size: var(--fluid-14-16);
    line-height: 1.5;
  }

  .career-life-devsx-section .content-item-title {
    font-size: var(--fluid-28-32);
    line-height: 1.25;
  }

  .career-life-devsx-section .content-item-text {
    font-size: var(--fluid-16-18);
    line-height: 1.5555;
  }
}

@media screen and (max-width: 998px) {
  .career-life-devsx-section .heading-wrapper {
    flex-direction: column;
  }

  .career-life-devsx-section .content-list {
    grid-template-columns: 1fr;
  }
}

@media screen and (max-width: 560px) {
  .career-life-devsx-section {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .career-life-devsx-section .career-life-devsx-title {
    font-size: 40px;
    line-height: 48px;
  }

  .career-life-devsx-section .career-life-devsx-subtitle {
    font-size: 20px;
    line-height: 28px;
  }

  .career-life-devsx-section .career-life-devsx-text {
    font-size: 14px;
    line-height: 20px;
  }

  .career-life-devsx-section .content-item-title {
    font-size: 28px;
    line-height: 36px;
  }

  .career-life-devsx-section .content-item-text {
    font-size: 16px;
    line-height: 24px;
  }
}