.text p {
    font-size: 130%;
    line-height: 1.5;
    font-weight: 300;
  }

.text li {
    font-size: 130%;
    line-height: 1.5;
    font-weight: 300;
    margin: 1em 0 0 2em;
    padding: 0 0 1em 0;
    max-width: 700px;
    position: relative;
    list-style: none;
}

.text li::before {
    content: "✔";
    position: absolute;
    top: 0;
    left: -20px;
    color: rgb(218, 68, 83);
}



