.cnt-products-empanadas {
  height: 100vh;
  width: 100%;
  display: flex;
  flex-direction: row;

  padding-top: 5.3125rem;
}
.cnt-products-empanadas__image {
  width: 30%;
}
.cnt-products-empanadas__image img {
  height: 100%;
  object-fit: cover;
}
.cnt-products-empanadas__items {
  width: 70%;
  height: 100%;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  margin-left: 3rem;
  padding-top: 7rem;
}
.cnt-products-empanadas__items hr {
  height: 0.125rem;
  border-top: 0.0625rem solid #bc955b !important;
  width: 70%;
  margin-left: 2rem;
  position: relative;
}
.cnt-products-empanadas__items hr::before {
  content: "«";
  color: #bc955b;
  font-size: 24px;
  position: absolute;
  left: -7px;
  top: -20px;
}
.cnt-products-empanadas__items hr::after {
  content: "»";
  color: #bc955b;
  font-size: 24px;
  position: absolute;
  right: -7px;
  top: -20px;
}
.cnt-products-empanadas__items .title {
  font-family: "Jost", sans-serif !important;
  color: #bc955b !important;
  text-transform: uppercase !important;
  font-weight: 700;
  font-size: 4rem;
}
.cnt-products-empanadas__items .subtitle {
  font-family: "Jost", sans-serif !important;
  color: #bc955b !important;
  text-transform: uppercase !important;
  font-weight: 700;
  font-size: 2rem;
  margin-top: 2rem;
}
.product-list {
  margin-top: 1rem;
}
.product-list__item {
  font-family: "Jost", sans-serif !important;
  color: #fff !important;
  text-transform: uppercase !important;
  font-weight: 700;
  font-size: 1.6rem;
  line-height: 2.625rem;
}

@media only screen and (min-width: 768px) and (max-width: 64rem) {
  .cnt-products-empanadas__items {
    flex-wrap: nowrap;
    max-height: 95vh;
    overflow-y: auto;
    width: 50%;
  }
  .cnt-products-empanadas__image {
    width: 50%;
  }
  .product-list__item {
    font-size: 2.2rem;
  }
  .cnt-products-empanadas__items hr {
    width: 60%;
  }
  .cnt-products-empanadas__items br {
    display: none;
  }
}

@media only screen and (max-width: 767px) {
  .cnt-products-empanadas {
    flex-wrap: wrap;
    overflow-y: auto;
  }
  .cnt-products-empanadas__image {
    width: 100%;
    height: 25rem;
  }
  .cnt-products-empanadas__items {
    width: 100%;
    margin-left: 0.625rem;
    margin-right: 0.625rem;
    overflow-y: auto;
    flex-wrap: nowrap;
    max-height: 100vh;
  }
  .cnt-products-empanadas__items .title {
    font-size: 3.2rem;
    text-align: center;
  }
  .cnt-products-empanadas__items hr {
    width: 90%;
    margin-left: 5%;
    margin-right: 5%;
  }
  .cnt-products-empanadas__items br {
    display: none;
  }
  .cnt-products-empanadas__items .subtitle {
    font-size: 1.6rem;
  }
  .product-list__item {
    font-size: 1.2rem;
  }
}
