.specs-card-wrap {
  background-color: rgb(255, 255, 255);
}

.specs-card-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 56px 0;
}

.specs-card-title {
  padding: 0 50px;
  text-align: center;
  font-size: 40px;
  font-weight: 800;
}

.specs-card_item-wrap {
  padding: 64px 48px;
  background-color: rgb(246, 246, 246);
  border-radius: 16px;
  overflow: hidden;
  display: flex;
  justify-content: space-between;
  gap: 96px;
  font-size: 18px;
  font-weight: 500;
}

.specs-card_item {
  flex: 12;
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.specs-card_item-row {
  display: flex;
  flex-wrap: nowrap;
  gap: 24px;
}

.specs-card_item-text {
  flex: 12;
  word-wrap: break-word;
}

@media screen and (min-width: 1440px) and (max-width: 1919px) {
  .specs-card-container {
    padding: 42px 0;
  }

  .specs-card-title {
    font-size: 30px;
  }

  .specs-card_item-wrap {
    padding: 48px 36px;
    border-radius: 12px;
    gap: 72px;
    font-size: 14px;
    font-weight: 500;
  }
}

@media screen and (min-width: 960px) and (max-width: 1439px) {
  .specs-card-container {
    max-width: 900px;
    margin: 0 auto;
    padding: 28px 0;
  }

  .specs-card-title {
    font-size: 20px;
  }

  .specs-card_item-wrap {
    padding: 24px 32px;
    background-color: rgb(246, 246, 246);
    border-radius: 16px;
    overflow: hidden;
    display: flex;
    justify-content: space-between;
    gap: 48px;
    font-size: 18px;
    font-weight: 500;
  }

  .specs-card_item {
    gap: 16px;
  }
}

@media screen and (min-width: 680px) and (max-width: 959px) {
  .specs-card-container {
    max-width: 600px;
    margin: 0 auto;
    padding: 38px 0;
  }

  .specs-card-title {
    font-size: 72px;
  }

  .specs-card_item-wrap {
    padding: 44px 30px;
    display: flex;
    justify-content: space-between;
    gap: 20px;
    font-size: 26px;
    font-weight: 400;
  }

  .specs-card_item {
    flex: 12;
    display: flex;
    flex-direction: column;
    gap: 20px;
  }

  .specs-card_item-row {
    display: flex;
    flex-direction: column;
    gap: 4px;
  }
}

@media screen and (max-width: 679px) {
  .specs-card-container {
    max-width: 343px;
    margin: 0 auto;
  }

  .specs-card-title {
    padding: 0 16px;
  }

  .specs-card_item-wrap {
    padding: 24px 16px;
    display: flex;
    justify-content: space-between;
    gap: 20px;
    font-size: 14px;
    font-weight: 400;
  }

  .specs-card_item {
    flex: 12;
    display: flex;
    flex-direction: column;
    gap: 20px;
  }

  .specs-card_item-row {
    display: flex;
    flex-direction: column;
    gap: 4px;
  }
}
