.table {
  border-collapse: collapse;
}

.table th {
  color: #ffffff;
  background-color: #EEF1F3;
  background-color: #50976E;
}

.table td {
  text-align: left;
}
.table td .index {
  display: none;
}

.table th,
.table td {
  padding: 30px 15px;
  border: 1px solid #dcdcdc;
}

.table td:first-child {
  width: 20%;
}

.table td:nth-child(2) {
  width: 40%;
}

.table td:nth-child(4) {
  width: 10%;
}

@media (max-width: 575.98px) {
  .table tbody tr {
    border: none;
    display: grid;
    padding-bottom: 30px;
  }
  .table td {
    width: 100%;
    border: none;
    padding: 20px 15px;
  }
  .table td .index {
    display: inline-block;
    color: #50976E;
    font-weight: bold;
  }
  .table thead {
    display: none;
  }
  .table td:first-child {
    width: 100%;
    border: none;
  }
  .table td:nth-child(2) {
    width: 100%;
    border: none;
  }
  .table td:nth-child(4) {
    width: 100%;
  }
}/*# sourceMappingURL=works.css.map */