#intro {
  background-image: url("https://green-life.s3.us-west-2.amazonaws.com/benefits/intro-bg.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 150px;
  padding-bottom: 80px;
  position: relative;
}
@media screen and (min-width: 768px) {
  #intro {
    padding-top: 150px;
    padding-bottom: 200px;
  }
}
#intro .circle-icon {
  background-color: #FFFFFF;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
}
#intro .circle-icon img {
  width: 60%;
}
@media screen and (min-width: 768px) {
  #intro .circle-icon {
    width: 40px;
    height: 40px;
  }
}
#intro h1 {
  font-family: Josefin Sans;
  font-weight: bold;
  font-size: 32px;
  line-height: 1;
  text-align: center;
  color: #FFFFFF;
  text-shadow: 10px 10px 20px rgba(0, 0, 0, 0.15);
  padding-top: 10px;
  margin: 0;
}
@media screen and (min-width: 768px) {
  #intro h1 {
    font-size: 80px;
    padding-top: 30px;
  }
}
#intro p {
  font-family: Work Sans;
  font-size: 14px;
  line-height: 1;
  text-align: center;
  color: #F6F6F6;
  max-width: 600px;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  #intro p {
    font-size: 20px;
  }
}
#intro p span {
  font-weight: 600;
}
#intro:after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  height: 100px;
  background: #141212;
  background: linear-gradient(0deg, #141212 0%, rgba(20, 18, 18, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#141212",endColorstr="#141212",GradientType=1);
}
@media screen and (min-width: 768px) {
  #intro:after {
    height: 180px;
  }
}

#content {
  background-color: #141212;
  padding-top: 40px;
}
@media screen and (min-width: 768px) {
  #content {
    padding-top: 100px;
  }
}
#content .subtitle {
  color: #fff;
  font-size: 24px;
  margin-bottom: 15px;
}
@media screen and (min-width: 768px) {
  #content .subtitle {
    font-size: 64px;
    margin-bottom: 30px;
  }
}
#content #section-1 .row-items .col-items {
  border-bottom: 1px solid #fff;
  margin-bottom: 15px;
  padding-bottom: 15px;
  display: flex;
  flex-direction: row;
}
@media screen and (min-width: 768px) {
  #content #section-1 .row-items .col-items {
    flex-direction: column;
    border: 0;
  }
}
#content #section-1 .row-items .col-items img {
  width: 100px;
  height: 100px;
  margin-right: 10px;
}
@media screen and (min-width: 768px) {
  #content #section-1 .row-items .col-items img {
    display: block;
    margin: 0 auto 10px auto;
    width: auto;
  }
}
#content #section-1 .row-items .col-items > div {
  width: calc(100% - 100px);
}
@media screen and (min-width: 768px) {
  #content #section-1 .row-items .col-items > div {
    width: 100%;
  }
}
#content #section-1 .row-items .col-items > div p {
  color: white;
  font-size: 12px;
  font-family: Work Sans;
}
@media screen and (min-width: 768px) {
  #content #section-1 .row-items .col-items > div p {
    font-size: 13px;
  }
}
#content #section-2 {
  padding-top: 40px;
  padding-bottom: 40px;
  position: relative;
  margin-bottom: 20px;
}
@media screen and (min-width: 768px) {
  #content #section-2 {
    padding-top: 60px;
    padding-bottom: 60px;
    margin-bottom: 40px;
  }
}
#content #section-2 .container {
  position: relative;
  z-index: 2;
}
#content #section-2 .lines {
  position: absolute;
  top: 0;
  left: 20px;
  margin-left: 0;
  bottom: 0;
  height: 100%;
  border-left: 1px dashed white;
  box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1);
  z-index: 2;
}
@media screen and (min-width: 768px) {
  #content #section-2 .lines {
    left: 50%;
    margin-left: 38px;
  }
}
#content #section-2 .text-container {
  padding-top: 30px;
  padding-left: 10px;
}
@media screen and (min-width: 768px) {
  #content #section-2 .text-container {
    padding-left: 50px;
    padding-top: 0;
  }
}
#content #section-2 .text-container h2 {
  font-family: Josefin Sans;
  font-weight: bold;
  font-size: 24px;
  line-height: 1;
  color: #fff;
  text-shadow: 10px 10px 20px rgba(0, 0, 0, 0.15);
  padding-bottom: 0px;
}
@media screen and (min-width: 768px) {
  #content #section-2 .text-container h2 {
    font-size: 44px;
    padding-bottom: 10px;
    margin-top: 30px;
  }
}
@media screen and (min-width: 1024px) {
  #content #section-2 .text-container h2 {
    font-size: 64px;
    padding-bottom: 10px;
    margin-top: 30px;
  }
}
#content #section-2 .text-container p {
  color: #fff;
  font-family: Work Sans;
}
#content #section-2 .text-container ul {
  list-style: none;
  padding-left: 10px;
}
@media screen and (min-width: 768px) {
  #content #section-2 .text-container ul {
    padding: 0;
  }
}
#content #section-2 .text-container li {
  font-family: Work Sans;
  font-size: 12px;
  line-height: 16px;
  color: #fff;
  margin-bottom: 10px;
  position: relative;
}
@media screen and (min-width: 768px) {
  #content #section-2 .text-container li {
    font-size: 14px;
    line-height: 18px;
    margin-bottom: 30px;
  }
}
#content #section-2 .text-container li:after {
  content: "";
  background-image: url(https://green-life.s3.us-west-2.amazonaws.com/benefits/icon-ventajas.svg);
  background-size: cover;
  width: 24px;
  height: 24px;
  position: absolute;
  top: 0;
  left: -30px;
}
@media screen and (min-width: 768px) {
  #content #section-2 .text-container li:after {
    width: 34px;
    height: 34px;
    left: -44px;
  }
}
#content #section-3 {
  padding-top: 40px;
  padding-bottom: 40px;
  position: relative;
  margin-bottom: 20px;
}
@media screen and (min-width: 768px) {
  #content #section-3 {
    padding-top: 60px;
    padding-bottom: 60px;
    margin-bottom: 40px;
  }
}
#content #section-3 .container {
  position: relative;
  z-index: 2;
}
#content #section-3 .product-item {
  display: flex;
  padding: 10px;
  border-radius: 10px;
  background-color: rgba(255, 255, 255, 0.05);
  margin-bottom: 10px;
}
@media screen and (min-width: 768px) {
  #content #section-3 .product-item {
    padding: 20px;
    margin-bottom: 30px;
  }
}
#content #section-3 .product-item .product-img {
  width: 50%;
  max-width: 80px;
  margin-right: 15px;
  margin-bottom: 0;
}
#content #section-3 .product-item .name {
  color: #fff;
  font-size: 13px;
  border-bottom: 1px solid #fff;
  padding-bottom: 5px;
  margin-bottom: 5px;
}
@media screen and (min-width: 768px) {
  #content #section-3 .product-item .name {
    font-size: 14px;
  }
}
#content #section-3 .product-item .content {
  width: 100%;
}
#content #section-3 .product-item p {
  font-family: Work Sans;
  font-size: 11px;
  color: #fff;
}
@media screen and (min-width: 768px) {
  #content #section-3 .product-item p {
    font-size: 13px;
  }
}
#content #section-3 .product-item a {
  float: right;
  font-family: Montserrat;
  font-weight: 500;
  display: inline-block;
  color: #fff;
  text-decoration: none;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  font-size: 13px;
  line-height: 17px;
  padding-bottom: 9px;
}
#content #section-3 .product-item a:hover {
  color: #fff;
  text-decoration: none;
}
#content #section-4 .production-img {
  background-image: url(https://green-life.s3.us-west-2.amazonaws.com/benefits/proceso-productivo.jpg);
  background-size: cover;
  width: 100%;
  height: 200px;
}
@media screen and (min-width: 768px) {
  #content #section-4 .production-img {
    height: 300px;
  }
}
#content #section-4 .calidad-section {
  margin-bottom: 20px;
}
@media screen and (min-width: 768px) {
  #content #section-4 .calidad-section {
    margin-bottom: 50px;
  }
}
#content #section-4 .calidad-row .col-img {
  background-image: url(https://green-life.s3.us-west-2.amazonaws.com/benefits/calidad.jpg);
  background-size: cover;
}
#content #section-4 .calidad-row .col-content {
  background-color: #162F23;
  padding-top: 30px;
  padding-bottom: 30px;
}
@media screen and (min-width: 768px) {
  #content #section-4 .calidad-row .col-content {
    padding-left: 50px;
    padding-right: 30px;
  }
}
#content #section-4 .calidad-row .col-content h3,
#content #section-4 .calidad-row .col-content li {
  color: #fff;
}
#content #section-4 .calidad-row .col-content h3 {
  font-size: 20px;
}
@media screen and (min-width: 768px) {
  #content #section-4 .calidad-row .col-content h3 {
    font-size: 40px;
  }
}
#content #section-4 .calidad-row .col-content ul {
  list-style-image: url(https://green-life.s3.us-west-2.amazonaws.com/benefits/check.svg);
}
#content #section-4 .calidad-row .col-content li {
  font-family: Work Sans;
  font-size: 12px;
  margin-bottom: 10px;
}
@media screen and (min-width: 768px) {
  #content #section-4 .calidad-row .col-content li {
    font-size: 14px;
  }
}
#content #section-4 .proceso-section .intro-img-1 {
  background-image: url(https://green-life.s3.us-west-2.amazonaws.com/benefits/proceso-1.jpg);
  background-size: cover;
  width: 100%;
  height: 150px;
}
@media screen and (min-width: 768px) {
  #content #section-4 .proceso-section .intro-img-1 {
    height: 300px;
  }
}
#content #section-4 .proceso-section .intro-img-2 {
  background-image: url(https://green-life.s3.us-west-2.amazonaws.com/benefits/proceso-2.jpg);
  background-size: cover;
  width: 100%;
  height: 150px;
}
@media screen and (min-width: 768px) {
  #content #section-4 .proceso-section .intro-img-2 {
    height: 300px;
  }
}
#content #section-4 .proceso-section .text-container {
  padding-top: 20px;
  padding-bottom: 20px;
  background-color: #141212;
}
@media screen and (min-width: 768px) {
  #content #section-4 .proceso-section .text-container {
    margin-top: -50px;
  }
}
#content #section-4 .proceso-section .timeline {
  display: none;
  width: 100%;
  height: 2px;
  background-color: #C2E76B;
  position: relative;
  margin-bottom: 50px;
}
@media screen and (min-width: 768px) {
  #content #section-4 .proceso-section .timeline {
    display: block;
  }
}
#content #section-4 .proceso-section .timeline span {
  display: block;
  width: 12px;
  height: 12px;
  border-radius: 12px;
  border: 2px solid #C2E76B;
  background-color: #2B473A;
  position: absolute;
  top: -5px;
}
#content #section-4 .proceso-section .timeline span:nth-child(1) {
  left: 6.5%;
}
#content #section-4 .proceso-section .timeline span:nth-child(2) {
  left: 23.7%;
}
#content #section-4 .proceso-section .timeline span:nth-child(3) {
  left: 40.8%;
}
#content #section-4 .proceso-section .timeline span:nth-child(4) {
  left: 57.9%;
}
#content #section-4 .proceso-section .timeline span:nth-child(5) {
  left: 75%;
}
#content #section-4 .proceso-section .timeline span:nth-child(6) {
  left: 92.2%;
}
#content #section-4 .proceso-section .intro-row h3 {
  color: #fff;
  font-size: 20px;
  font-weight: bold;
  display: block;
}
@media screen and (min-width: 768px) {
  #content #section-4 .proceso-section .intro-row h3 {
    font-size: 40px;
  }
}
#content #section-4 .proceso-section .intro-row p {
  color: #fff;
  font-family: Work Sans;
  font-size: 18px;
  margin-bottom: 10px;
}
@media screen and (min-width: 768px) {
  #content #section-4 .proceso-section .intro-row p {
    font-size: 24px;
    margin-bottom: 40px;
  }
}
#content #section-4 .proceso-section .proceso-item {
  margin-bottom: 20px;
}
#content #section-4 .proceso-section .proceso-item img {
  display: block;
  margin: 0 auto 10px auto;
}
#content #section-4 .proceso-section .proceso-item b {
  color: #fff;
  font-family: Work Sans;
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 10px;
  display: block;
}
@media screen and (min-width: 768px) {
  #content #section-4 .proceso-section .proceso-item b {
    font-size: 16px;
  }
}
#content #section-4 .proceso-section .proceso-item p {
  color: #ccc;
  font-family: Work Sans;
  font-size: 12px;
  margin-bottom: 10px;
}
@media screen and (min-width: 768px) {
  #content #section-4 .proceso-section .proceso-item p {
    font-size: 13px;
  }
}