.card-d-custom table tr:nth-child(3) {
  background-color: var(--clr-s); 
}
.card-d-custom table tr:nth-child(3) td {
  padding: 5px;
	color: var(--clr-t);
}