.product-detail-texture {
  height: 720px;
  background-position: left;
  background-size: cover;
  margin: 6px;
  border-radius: 10px;
}

.product-detail-texture .product-detail-texture__content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
}

.product-detail-texture
  .product-detail-texture__content
  .product-detail-texture__title {
  font-size: 48px;
  font-weight: 700;
}

.product-detail-texture
  .product-detail-texture__content
  .product-detail-texture__list
  li {
  letter-spacing: normal;
  font-size: 2rem;
  max-width: 600px;
}
