.w25 {
  width: calc(25% - 30px);
  float: left;
  min-height: 80px; }

@media only screen and (max-width: 767px) {
  .w25 {
    float: none;
    width: calc(100% - 30px); } }

/*# sourceMappingURL=be_elements.css.map */
