section.powerful-data-benefit-section {
  display: flex;
  width: 100%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 4px;
  flex-shrink: 0;
  align-self: stretch;

  background-image: url("../../assets/images/dr-tread/how-powerful/section-bg.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  background-color: #222426;
}

div.powerful-data-benefit-section__content {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 120px;
}

span.powerful-data-benefit-section__title {
  color: var(--white, #fff);
  text-align: center;
  font-size: 44px;
  font-family: Pretendard;
  font-style: normal;
  font-weight: 800;
  line-height: 60px;
}

div.powerful-data-benefit-section__bottom-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 32px;
}

ul.powerful-data-benefit-section__bottom-content__list {
  display: flex;
  align-items: flex-start;
  gap: 32px;
}

/* li, div 중 무엇을 사용해야 하는지? */

li.powerful-data-benefit-section__item {
  display: flex;
  padding: 49px 64px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 30px;
}

div.powerful-data-benefit-section__item-content {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
}

span.powerful-data-benefit-section__item-value {
  color: var(--white, #fff);
  text-align: center;
  font-size: 56px;
  font-family: Pretendard;
  font-style: normal;
  font-weight: 700;
  line-height: 44px;
}

span.powerful-data-benefit-section__item-separator {
  color: var(--white, #fff);
  text-align: center;
  font-size: 26px;
  font-family: Pretendard;
  font-style: normal;
  font-weight: 700;
  line-height: 44px;
}

span.powerful-data-benefit-section__item-description {
  color: var(--white, #fff);
  text-align: center;
  font-size: 20px;
  font-family: Pretendard;
  font-style: normal;
  font-weight: 700;
  line-height: 32px;
}

div.powerful-data-benefit-section__bottom-content__note {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

p.powerful-data-benefit-section__bottom-content__note__noted {
  color: var(--grayscale-gray-600, #5f656a);
  font-size: 18px;
  font-family: Pretendard;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
}

@media screen and (max-width: 1024px) {
  div.powerful-data-benefit-section__content {
    gap: 68px;

    padding: 0 24px;
  }

  span.powerful-data-benefit-section__title {
    color: var(--white, #fff);
    text-align: center;
    font-size: 28px;
    font-family: Pretendard;
    font-style: normal;
    font-weight: 800;
    line-height: 40px;
  }

  ul.powerful-data-benefit-section__bottom-content__list {
    flex-direction: column;
    align-items: center;
    gap: 8px;
  }

  li.powerful-data-benefit-section__item {
    padding: 48px 64px;
    gap: 32px;
  }

  span.powerful-data-benefit-section__item-value {
    color: var(--white, #fff);
    text-align: center;
    font-size: 56px;
    font-family: Pretendard;
    font-style: normal;
    font-weight: 700;
    line-height: 44px;
  }

  span.powerful-data-benefit-section__item-separator {
    color: var(--white, #fff);
    text-align: center;
    font-size: 26px;
    font-family: Pretendard;
    font-style: normal;
    font-weight: 700;
    line-height: 44px;
  }

  span.powerful-data-benefit-section__item-description {
    color: var(--white, #fff);
    text-align: center;
    font-size: 20px;
    font-family: Pretendard;
    font-style: normal;
    font-weight: 700;
    line-height: 32px;
  }

  p.powerful-data-benefit-section__bottom-content__note__noted {
    color: var(--grayscale-gray-600, #5f656a);
    font-size: 14px;
    font-family: Pretendard;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
  }
}
