/*Write your custom css in this file.*/
@media (min-width: 1200px) {
  .h1, h1 {
    font-size: 1.5rem;
  }
}

#client-projects-list table tbody tr td:nth-child(3), #client-projects-list table thead tr th:nth-child(3) {
    display: none;
}