.container.container-mobile {
  padding-left: 0;
  padding-right: 0;
}
#save-trees {
  font-family: Roboto, sans-serif;
  color: #999;
  font-size: 16px;
  background-position: center bottom;
  background-size: cover;
}
#save-trees h2 {
  font-family: "RazerF5", Arial, Helvetica, sans-serif;
  font-size: 28px;
  font-weight: 300;
  color: #44D62C;
  font-weight: 300;
  letter-spacing: 1px;
  line-height: 30px;
  margin: 16px 0 50px;
}
#save-trees div#tq-msg {
  font-size: 1rem;
  line-height: 16px;
  margin-top: 10px;
  margin-bottom: 50px;
  display: none;
}
#save-trees div#tq-msg.show {
  display: block;
}
#save-trees-container {
  display: block;
  position: relative;
  max-width: 1085px;
  height: auto;
  margin: 0 auto;
}
#save-trees-diagram-wrapper {
  position: relative;
}
#save-trees-diagram {
  width: 100%;
  height: auto;
  overflow: hidden;
}
#diagram-green-container {
  position: absolute;
  top: 0;
  left: 0;
  width: 0%;
  height: auto;
  overflow: hidden;
  -webkit-transition: width 1s ease-in-out 1s;
  -moz-transition: width 1s ease-in-out 1s;
  -o-transition: width 1s ease-in-out 1s;
  transition: width 1s ease-in-out 1s;
}
#save-trees-diagram-green {
  width: 0%;
  height: auto;
}
#sneki-products {
  padding-top: 50px;
}
#sneki-products ul {
  list-style: none;
  overflow: hidden;
  overflow-x: auto;
  white-space: nowrap;
  text-align: center;
  overflow-y: hidden;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: stretch;
  align-content: flex-start;
  gap: 25px 35px;
  scrollbar-width: thin;
  scrollbar-color: #31373a;
  padding-bottom: 20px;
}
#sneki-products ul::-webkit-scrollbar {
  height: 6px;
}
#sneki-products ul::-webkit-scrollbar-thumb {
  background-color: rgba(255,255,255,.18);
  border-radius: 40px;
}
#sneki-products ul::-webkit-scrollbar-track {
  background-color: #31373a;
}
#sneki-products ul li {
  min-width: 150px;
  max-width: 150px;
  white-space: normal;
  font-size: 16px;
  line-height: 16px;
  display: grid;
  grid-template-rows: auto auto 1fr auto auto;
  row-gap: 10px;
  justify-content: center;
  align-items: start;
}
#sneki-products ul li img {
  max-width: 150px;
}
#sneki-products .item-title {
  font-family: RazerF5, Arial, Helvetica, sans-serif;
  font-size: 16px;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
  color: #fff;
  line-height: 16px;
}
#sneki-products .item-cta a {
  color: #44d62c;
}
#sneki-products .item-number {
  text-transform: uppercase;
  color: #fff;
  padding-top: 20px;
}
#save-trees .tree-save {
  font-size: 48px;
  color: #44D62C;
  margin: 0 5px;
  display: block;
  line-height: 52px;
}
#save-trees .sneki-content {
  text-align: center;
  font-size: 18px;
  font-weight: 300;
  line-height: 27px;
  padding-top: 20px;
}
@media (max-width: 767px) {
  #save-trees {
    background-image: none !important;
  }
}
@media (min-width: 768px) {
  #save-trees {
    padding-bottom: 50px;
  }
  #save-trees h2 {
    text-align: center;
			margin-top: 52px;
  }
  #save-trees div#tq-msg.show {
    text-align: center;
  }
  #save-trees  .container-mobile {
    display: none;
  }
}