.text {
  font-size: 16px;
  line-height: 24px;
}
.text p {
  margin: 0;
}
.text p:not(:last-child) {
  margin-bottom: 12px;
}
.text a {
  text-decoration: none;
  color: var(--link-color);
  font-weight: 700;
}
