h3{

}
p{
    margin-left: 20px;
}
ul.custom-list {
  list-style-type: none;
  padding-left: 0;
    margin-left: 25px;
}
ul.custom-list li::before {
  content: "+";
  margin-right: 5px; /* Add spacing between the plus sign and the list item text */

}