p {
  line-height: 1.5em;
  margin: 0 0 30px;
  font-weight: $font-regular;
}

.modal {
  & p {
    color: $grey-dark;

    &:last-of-type {
      margin: 0;
    }
  }
}
