.rte img {
  border: none;
}

.rte a {
  color: #8a4e37;
  text-underline-offset: 0.2rem;
}

.rte a:hover {
  text-decoration-thickness: 0.1rem;
  text-underline-offset: 0.2rem;
}
.rte table td {
  padding: 0;
}

.rich-text__text p {
  line-height: 24px;
}

@media screen and (min-width: 641px) {
  .rich-text__text p {
      font-size: 20px;
      line-height: 34px;
  }
}