Heavy-duty truck manufacturers, fleets, and fossil fuel users are fighting lifesaving clean truck standards at the state and national levels.
Our “truth sandwiches” are visual educational tools that address misinformation perpetuated by polluting industry lobbying groups by serving digestible facts about a subject (top slice of bread), addressing misinformation (meat or protein), and then summarizing the reality (bottom slice of bread).
Using this format, our fact sheet refutes myths on the readiness of electric trucks, the health benefits of eliminating diesel exhaust, the savings pollution-free trucks can deliver for fleets and society, and the strategic rollout of charging infrastructure.
.custom-button {
background-color: #4A7729; /* Green background */
color: white; /* White text */
font-family: 'Montserrat', sans-serif; /* Custom font */
font-size: 30px; /* Font size */
padding: 10px 20px; /* Padding */
border: none; /* No border */
border-radius: 5px; /* Rounded corners */
cursor: pointer; /* Pointer cursor on hover */
text-decoration: none; /* Remove underline */
display: inline-block; /* Allow padding and margins */
transition: background-color 0.3s; /* Smooth background color transition */
}
.custom-button:hover {
background-color: #45a049; /* Darker green on hover */
}