.fiveblocks .col{
  width: 100%;
  }

@media (min-width: 768px){
.fiveblocks .col-md-2 {
  width:20% !important;
  }

.fiveblocks .col-sm-2 {
  width:20% !important;
  }

.fiveblocks .col{
  width: 20%;
  }
}
