.custom-table {
  width: 100%;
  border-collapse: collapse;
  font-family: 'Montserrat', sans-serif; /* Set the font-family to Montserrat */
  font-size: 13px; /* Set the font size to 12px */
}

.custom-table th, .custom-table td {
  border: 1px solid #dddddd;
  text-align: left;
  padding: 6px;
}

.custom-table th {
  background-color: #f2f2f2;
}

.custom-table th:nth-child(1),
.custom-table td:nth-child(1) {
  width: 52%;
}

.custom-table th:nth-child(2),
.custom-table td:nth-child(2),
.custom-table th:nth-child(3),
.custom-table td:nth-child(3),
.custom-table th:nth-child(4),
.custom-table td:nth-child(4) {
  width: 16%;
  text-align: right;
}