.custom-organic-page {
  background-image: url("/static/images/bg-green-organic.jpg");
  background-repeat: repeat;
  margin-top: 118px;
  overflow-x: hidden;
  width: 100%;
}
.custom-organic-page .content-holder .article-step {
  border-bottom: 5px solid rgba(255, 255, 255, 0.25);
  border-top: 5px solid rgba(255, 255, 255, 0.25);
}
.custom-organic-page .content-holder .article-step:nth-child(even) {
  border: 0;
}
.custom-organic-page .content-holder .article-step:nth-child(even) .container .wrapper {
  flex-direction: row-reverse;
}
@media screen and (max-width: 576px) {
  .custom-organic-page .content-holder .article-step:nth-child(even) .container .wrapper p {
    font-size: 20px;
  }
}
.custom-organic-page .content-holder .product-list:nth-child(odd) {
  background-color: #fff;
}
.custom-organic-page .content-holder .product-list:nth-child(odd) h1,
.custom-organic-page .content-holder .product-list:nth-child(odd) h3,
.custom-organic-page .content-holder .product-list:nth-child(odd) p {
  color: rgb(0, 125, 188);
}
@media screen and (max-width: 576px) {
  .custom-organic-page {
    margin-top: 80px;
  }
}