section.how-powerful-container {
  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;

  color: white;
}

div.how-powerful-contents {
  display: flex;
  flex-direction: column;
  align-items: center;
  row-gap: 120px;
}

span.how-powerful__title {
  text-align: center;
  font-size: 44px;
  font-family: Pretendard;
  font-weight: 800;
  line-height: 60px;

  max-width: 1148px;
}

ul.how-powerful__list {
  display: flex;
  align-items: flex-start;
  column-gap: 32px;
}

li.how-powerful__list-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  row-gap: 30px;

  padding: 49px 0;
  width: 300px;
}

div.how-powerful__list-item__main-number {
  display: flex;
  align-items: center;
  column-gap: 8px;
}

span.how-powerful__list-item__main-number.--big {
  text-align: center;
  font-size: 56px;
  font-family: Pretendard;
  font-weight: 700;
  line-height: 44px;
}

span.how-powerful__list-item__main-number.--small {
  text-align: center;
  font-size: 26px;
  font-family: Pretendard;
  font-weight: 700;
  line-height: 44px;
}

span.how-powerful__list-item__description {
  text-align: center;
  font-size: 20px;
  font-family: Pretendard;
  font-weight: 700;
  line-height: 32px;
}

@media screen and (max-width: 1024px) {
  div.how-powerful-contents {
    row-gap: 68px;

    padding: 0 20px;
  }

  span.how-powerful__title {
    font-size: 28px;
    line-height: 40px;
  }

  ul.how-powerful__list {
    flex-direction: column;
    align-items: center;
    column-gap: 0;
    row-gap: 8px;
  }

  li.how-powerful__list-item {
    row-gap: 43px;

    padding: 48px 0;
    width: 100%;
  }
}
