@media (max-width:991.98px) {
  .pr-list__row {
    border-bottom: 1px solid var(--base-3)
  }
  .pr-list__row:first-child {
    border-top: 1px solid var(--base-3)
  }
}
/* for USPR content table */
.pressReleaseContent table, .pressReleaseContent table td p {
    font-size: var(--body-s-font-size);
    line-height: var(--body-s-line-height);
}
.pressReleaseContent table tbody td {
	padding: var(--nil);
    vertical-align: inherit;
}