.list-all-partner table th,
.list-all-partner table td {
  border: none;
  font-family: var(--secondary-font);
  padding: 5px 10px;
  line-height: 1.3;
}

.list-all-partner table th {
  font-size: var(--fs28);
  padding-bottom: 19px;
}

/* .list-all-partner table th.th-contrib {
  color: var(--moderate-cyan-1);
}

.list-all-partner table th.th-program {
  color: var(--vivid-orange-2);
} */

.list-all-partner table td {
  font-size: var(--fs24);
  color: var(--white);
  font-style: italic;
}

.list-all-partner tbody {
  border: none !important;
}

/*after strcuture update || table to div*/
.col-title {
  font-size: var(--fs28);
  line-height: 1.3;
  font-family: var(--secondary-font);
  margin-bottom: 9px;
  font-weight: var(--secondary-font-semibold);
}

.map-country-list-wrapper {
  margin: 0 -10px;
}

.map-country-list-wrapper .country-item {
  font-size: var(--fs-16);
  font-weight: var(--secondary-font-medium);
  line-height: 1.1;
  font-family: var(--secondary-font);
  font-style: italic;
  padding: 0 10px;
}

.map-country-list-wrapper .country-item:not(:last-child) {
  margin-bottom: 6px;
}

.list-map-countries .column-2 {
  column-count: 2;
  column-gap: 20px;
}

.list-map-countries .column-3 {
  column-count: 3;
  column-gap: 20px;
}

.list-map-countries .column-4 {
  column-count: 4;
  column-gap: 20px;
}

.multi-table-wrap .list-map-countries {
  flex-shrink: 0;
}

.multi-table-wrap .list-map-countries:not(:last-child) {
  margin-right: 70px;
}
