.text-product-wrap {
  background-color: rgb(20, 20, 20);
}

.text-product-container {
  max-width: 1400px;
  padding: 0 48px;
  margin: 0 auto;
  background-color: rgb(20, 20, 20);
  color: rgb(255, 255, 255);
}

.text-product-title {
  text-align: center;
  font-size: 50px;
  font-weight: 600;
}

.text-product-desc {
  font-size: 30px;
}

.text-product-title-img {
  height: 100%;
  width: 100%;
  color: transparent;
  transform: scale(0.5);
  margin-top: 20px;
}

.text-product__item-wrap {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.text-product__item {
  width: 48.67%;
  aspect-ratio: 584 / 700;
  background-size: cover;
  background-position: center;
  margin-bottom: 32px;
  position: relative;
  background-color: rgb(255, 255, 255);
  border-radius: 16px;
  overflow: hidden;
}

.text-prodcut__item-title {
  color: rgb(0, 0, 0);
  font-size: 40px;
  font-weight: 700;
  text-align: center;
  padding-top: 14%;
  line-height: 1;
}

.text-prodcut__item-conetent {
  width: 100%;
  padding: 0 46px;
  position: absolute;
  bottom: 10px;
  color: rgb(0, 0, 0);
}

.text-prodcut__item-includes {
  color: rgb(172, 172, 172);
  font-size: 16px;
  border-bottom: 1px solid rgb(229, 229, 229);
  padding-bottom: 8px;
  margin-bottom: 8px;
}

.text-product__item-feature-wrap {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: flex-start;
  color: rgb(0, 0, 0);
  height: 80px;
  line-height: 2rem;
}

.text-product__item-feature-desc {
  font-size: 16px;
  padding-left: 10px;

  &::before {
    content: "";
    display: block;
    width: 4px;
    height: 4px;
    border-radius: 50%;
    margin-left: 4px;
    background-color: rgb(0, 0, 0);
    transform: matrix(1, 0, 0, 1, -12, 10);
    position:relative;
    top: 7px;
  }
}

.text-product-show-button-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #000;
}

.text-product-show-button-label {
  font-size: 20px;
  line-height: 30px;
}

.text-product-show-button-price {
  font-size: 30px;
  font-weight: 700;
}

.text-product-show-gray {
  color: rgb(112, 122, 129);
  font-size: 12px;
  line-height: 16px;
  margin: 8px 0 0 4px;
}

.pb-24px {
  padding-bottom: 24px;
}

.text-product-show-button-shop {
  background-color: rgb(254, 219, 30);
  font-family: Nunito Sans;
  font-size: 18px;
  line-height: 48px;
  text-align: center;
  width: 180px;
  height: 48px;
  color: rgb(0, 0, 0);
  border-radius: 24px;
  cursor: pointer;
}

.text-product-container > .text-product-a {
  color: rgb(105, 192, 255);
  display: block;
  font-size: 20px;
  margin-top: 54px;
  text-align: center;

  &:hover {
    color: rgb(105, 192, 255);
  }
}

@media screen and (max-width: 959px) {
  .text-product-container {
    padding: 0 24px;
  }

  .text-product-title {
    font-size: 26px;
    font-weight: 400;
  }

  .text-product-desc {
    font-size: 18px;
    font-weight: 400;
  }

  .text-product__item-wrap {
    display: block;
  }

  .text-product__item {
    width: 100%;
  }

  .text-prodcut__item-title {
    font-size: 24px;
  }

  .text-prodcut__item-conetent {
    width: 100%;
    padding: 0 24px;
    bottom: 8px;
  }

  .text-prodcut__item-includes {
    font-size: 14px;
    padding-bottom: 4px;
    margin-bottom: 4px;
  }

  .text-product__item-feature-wrap {
    height: 50px;
    line-height: 12px;
  }

  .text-product__item-feature-desc {
    font-size: 12px;
    padding-left: 10px;

    &::before {
      top: -2px;
    }
  }

  .text-product-show-button-label {
    font-size: 12px;
  }

  .text-product-show-button-price {
    font-size: 18px;
  }

  .text-product-show-button-shop {
    font-size: 12px;
    line-height: 32px;
    width: 100px;
    height: 32px;
    border-radius: 16px;
  }
}
