/* Product Page */

.graphs-3-feature {
  padding:20px;
  float:left;
  width:33%; /* The width is 33%, by default */
}


/* Use a media query to add a break point at 800px: */
@media screen and (max-width:800px) {
 .graphs-3-feature  {
    width:100%; /* The width is 100%, when the viewport is 800px or smaller */
  }
}