.product-category-page .category-hero .text-container {
  top: 40px;
  height: 100%;
  width: 60%;
  right: auto;
}

@media screen and (min-width: 768px) {
  .product-category-page .category-hero .text-container {
    top: 0;
    width: 50%;
    left: 103px;
  }
}

.product-category-page .category-hero .heading-container {
  color: #c41b2b;
  text-align: center;
  width: 100%;
  margin: 30px 0 10px;
}

@media screen and (max-width: 768px) {
  .product-category-page .category-hero .heading-container {
    width: 100%;
    padding: 20px;
  }
  .product-category-page .category-hero .heading-container .heading-1 {
    width: 100%;
  }
}

@media screen and (max-width: 400px) {
  .product-category-page .category-hero .heading-container {
    padding: 0;
  }
}

.product-category-page .category-hero .heading-1 {
  font-family: 'Poppins', sans-serif;
  font-weight: 700;
  line-height: 1em;
  text-transform: uppercase;
}

.product-category-page .category-hero .category-description p {
  width: 75%;
  margin: 0 auto;
  font-size: 3.5vw;
  font-family: 'Poppins', sans-serif;
  font-weight: 400;
  text-align: center;
  color: #c41b2b;
  line-height: 1em;
}

@media screen and (max-width: 400px) {
  .product-category-page .category-hero .category-description p {
    width: 100%;
    padding: 0 20px;
  }
}

@media (min-width: 544px) {
  .product-category-page .category-hero {
    overflow: hidden;
  }
  .product-category-page .category-hero .heading-1 {
    font-size: 1.875rem;
  }
  .product-category-page .category-hero .category-description p {
    font-size: 0.9375rem;
  }
}

@media (min-width: 768px) {
  .product-category-page .category-hero {
    min-height: 185px;
    max-width: 100%;
    overflow: hidden;
  }
  .product-category-page .category-hero .hero-image img {
    max-height: 185px;
  }
  .product-category-page .category-hero .heading-container {
    margin: 35px 0 0 0;
    padding-bottom: 0;
  }
  .product-category-page .category-hero .heading-1 {
    font-size: 2.25rem;
  }
  .product-category-page .category-hero .category-description p {
    width: 75%;
    margin: 0 auto;
    font-size: 0.875rem;
    line-height: 1rem;
    font-weight: 600;
  }
}

@media (min-width: 992px) {
  .product-category-page .category-hero {
    overflow: visible;
  }
  .product-category-page .category-hero .heading-container {
    margin: 35px 0 15px;
    padding-bottom: 0;
  }
}

.page.regular-peanut-butter .text-container .heading-container .heading-1 {
  width: 70%;
  margin: 0 auto;
}

.page.regular-peanut-butter .text-container .category-description p {
  width: 90%;
}

@media screen and (max-width: 768px) {
  .page.regular-peanut-butter .heading-1 {
    width: 100% !important;
  }
}

.page.honey-peanut-butter .text-container .category-description p {
  width: 93%;
}

@media (min-width: 544px) {
  .page.honey-peanut-butter .heading-1 {
    width: 108%;
    margin-top: 10px;
  }
}

@media (min-width: 768px) {
  .page.honey-peanut-butter .heading-1 {
    width: 108%;
    margin-top: -20px;
  }
}

@media (min-width: 992px) {
  .page.honey-peanut-butter .heading-1 {
    width: 70%;
    margin: 0 auto;
  }
}

.page.simply-ground-peanut-butter .text-container .heading-container .heading-1 {
  width: 100%;
  margin: 0 auto;
}

@media screen and (max-width: 768px) {
  .page.simply-ground-peanut-butter .heading-1 {
    width: 100% !important;
  }
}

.page.simply-ground-peanut-butter .text-container {
  left: 132px;
}

@media screen and (max-width: 768px) {
  .page.simply-ground-peanut-butter .text-container {
    left: inherit;
  }
  .page.simply-ground-peanut-butter .text-container .heading-1 {
    width: 108% !important;
    margin-top: 12px !important;
  }
}

.page.natural-peanut-butter .text-container .heading-container,
.simply-ground-peanut-butter .text-container .heading-container {
  color: #ffffff;
}

.page.natural-peanut-butter .text-container .heading-container .heading-1,
.simply-ground-peanut-butter .text-container .heading-container .heading-1 {
  width: 70%;
  margin: 0 auto;
}

.page.natural-peanut-butter .text-container .category-description,
.simply-ground-peanut-butter .text-container .category-description {
  color: #ffffff;
}

.page.natural-peanut-butter .text-container .category-description p,
.simply-ground-peanut-butter .text-container .category-description p {
  color: #ffffff;
}

@media screen and (max-width: 768px) {
  .page.natural-peanut-butter .text-container .heading-1,
  .simply-ground-peanut-butter .text-container .heading-1 {
    width: 100% !important;
  }
}
