.main-treasures--container {
  width: 100%;
  min-width: 320px;
  text-align: center;
  margin-top: 130px;
  padding-top: 30px;
}
.main-treasures--container h2 {
  font-size: 2.2rem;
  font-weight: 400;
  font-style: italic;
}

.main-treasures--container video {
  width: 80%;
  min-width: 360px;
  margin: 20px auto;
}

.treasure-container--card {
  width: 50%;
  min-width: 260px;
  max-width: 400px;
  height: auto;
  margin: 30px auto;
}
.treasure-info-container {
  width: 100%;
  height: auto;
}
.treasure-card--image {
  width: 100%;
  height: 430px;
  border-radius: 15px;
  box-shadow: 0 4px 8px rgba(89, 73, 30, 0.16);
}
.treasure-card--quebranta {
  background-image: url("../images/Tesoro_Quebranta.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.treasure-card--acholado {
  background-image: url("../images/Tesoro_Acholado.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.treasure-card--button {
  width: 150px;
  height: 50px;
  margin-top: 20px;
  background-color: var(--black);
  border: 2px solid var(--green);
  border-radius: 5px;
  font-family: inherit;
  font-size: 2.2rem;
  font-weight: 400;
  font-style: italic;
  line-height: 3.5rem;
  letter-spacing: 1px;
  color: var(--soft-golden);
  cursor: pointer;
}

.product-hero--container {
  display: flex;
  width: 100%;
  height: auto;
  margin-top: 130px;
  padding-top: 20px;
  padding-bottom: 20px;
  text-align: center;
  flex-direction: column;
  font-family: inherit;
}
.product-hero--img {
  width: 100%;
  height: 70vmin;
  min-height: 340px;
  max-height: 1000px;
  max-width: 450px;
  margin: 20px auto;
}
.img--Quebranta {
  background-image: url("../images/PiscoQuebranta.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.img--Acholado {
  background-image: url("../images/PiscoAcholado.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.product-hero--title h2 {
  font-family: inherit;
  font-size: 2.2rem;
  font-weight: 800;
  line-height: 3.5rem;
  letter-spacing: 1px;
  color: var(--warm-black);
}
.product-hero--description {
  display: flex;
  justify-content: space-around;
  align-items: center;
  width: 80%;
  max-width: 450px;
  height: 90px;
  margin: 10px auto;
}
.product-hero--description .golden-line {
  border-left: 1px solid var(--soft-golden);
  height: inherit;
}
.product-hero--description h3 {
  min-width: 120px;
  font-family: inherit;
  font-size: 2.2rem;
  font-weight: 400;
  line-height: 3.5rem;
  letter-spacing: 1px;
  color: var(--soft-golden);
}
.product-features--container h2 {
  width: 70%;
  margin: 30px auto;
  font-family: inherit;
  font-size: 1.8rem;
  font-weight: 400;
  font-style: italic;
  letter-spacing: 1px;
  line-height: 3.5rem;
  text-align: center;
  color: var(--warm-black);
}
.product-features {
  width: 70%;
  margin: 20px auto;
  min-width: 200px;
  max-width: 350px;
}
.product-feature--container {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.product-feature--icon {
  width: 20%;
  min-width: 50px;
  min-height: 70px;
}
.product-feature--icon img {
  width: 50px;
  height: 70px;
}
.product-feature--description {
  width: 80%;
  font-family: inherit;
  font-size: 1.8rem;
  font-weight: 400;
  font-style: italic;
  letter-spacing: 1px;
  line-height: 2.2rem;
  text-align: start;
  color: var(--warm-black); 
  padding-left: 15px;
}