.text_with_numbered_items__title {
   font-size: clamp(24px, 56 * (100vw / 1920), 56px);
   line-height: 1;
   letter-spacing: -0.01em;
   font-weight: 500;
   margin-bottom: 12px;
}

.text_with_numbered_items__description {
   font-size: clamp(15px, 28 * (100vw / 1920), 28px);
   line-height: clamp(16px, 32 * (100vw / 1920), 32px);
   letter-spacing: -0.01em;
   font-weight: 400;
   margin-bottom: clamp(26px, 84 * (100vw / 1920), 84px);
}

.text_with_numbered_items__description,
.text_with_numbered_items__description * {
   color: #000;
}

.text_with_numbered_items__items {
   display: flex;
   gap: clamp(26px, 40 * (100vw / 1920), 40px);
   margin-bottom: clamp(26px, 84 * (100vw / 1920), 84px);
}

.text_with_numbered_items__item {
   flex: 1 1 0;
   min-width: 0;
   padding-top: 16px;
   border-top: 2px solid #D1D1D1;
}

.text_with_numbered_items__item_number {
   font-size: clamp(17px, 28 * (100vw / 1920), 28px);
   line-height: clamp(19px, 32 * (100vw / 1920), 32px);
   letter-spacing: 0;
   font-weight: 500;
   margin-bottom: 16px;
}

.text_with_numbered_items__item_title {
   font-size: clamp(13px, 19 * (100vw / 1920), 19px);
   line-height: clamp(13px, 24 * (100vw / 1920), 24px);
   letter-spacing: 0;
   margin: 0;
}

@media (min-width: 1025px) {
   .text_with_numbered_items__item_title {
      letter-spacing: 0.03em;
   }
}

@media (max-width: 1024px) {
   .text_with_numbered_items__items {
      flex-direction: column;
   }
}
