.rte table,
td, th, tr {
  border-top: unset;
  border-inline: unset;
  margin-block-end: 2.5rem;
}

p {
  margin-block-end: 2.8rem;
}

.rte li {
  font-size: 1.8rem;
  list-style-type: disc;
  margin-block-end: 1.5rem;
}

.rte a {
  --text-decoration: underline;
  font-weight: 600;
  color: var(--color-brown);
}

.rte a:hover {
  color: var(--color-black);
}

.rte div>span:last-child {
  line-height: 30px !important;
}