.needs{
  margin-left:0px;
  
}
.needItem {
  width:150px;
  float: left;
  margin:0px 15px;
  text-align: center;
}
.needItem a{
  margin-top:-10px;
  color: #4b4b4b;
  font-size: 15px;
  line-height: 18px;
}

  /*  #menuHolder .needs .center-block{
     width:995px;
  } */
   
   #needsHolder .needs .center-block.needsSmb{
      width:720px;
   }

   @media (max-width: 767px) {
      
      #needsHolder .needs .center-block.needsSmb{
        width:100%;
      }
/* 
      #menuHolder .needs {
        margin-left: 0px;
      }

      #menuHolder .needs .needsItem {
        margin: 0px 5px;
      }

      #menuHolder .needs .needsItem img {
        margin-left: 0px; 
      } */
   }