.service-filter input{
  opacity: 0;
  position: absolute;
}
.service-filter label{
  cursor: pointer;
}
.service-filter input:checked+label{

}
