REDUCE
helps you reduce your environmental impact
Prices may differ per location & are subject to change.
We offer containers & delivery almost everywhere throughout the US. If your city or zip is not mentioned, give us a call.
.custom-city-view{
display: grid;
grid-template-columns: repeat(2, 1fr);
grid-gap: .5rem;
margin: 0 10%;
}
@media (min-width: 768px){
.custom-city-view {
grid-template-columns: repeat(3, 1fr);
}
}
@media (min-width: 1024px){
.custom-city-view {
grid-template-columns: repeat(5, 1fr);
}
}