/* Enter Your Custom CSS Here */
@media only screen and (min-width: 991px) {
     .roll-project.fullwidth .project-item {
        width: 25%
     }
 }

@media only screen and (min-width:992px){
  
  .widget_sydney_services_type_a .service.col-md-4 {
    width: 25%;
  }
  
  .widget_sydney_services_type_a .service.col-md-4:nth-of-type(3n+1){
    clear: unset;
  }
  
  .widget_sydney_services_type_a .service.col-md-4:nth-of-type(4n+1){
    clear: left;
  }  
  
}
