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 */

}
p{
    margin-left: 20px;
}
a{
 color:#10ba04;
    text-decoration: none;
}
a:hover{
    cursor: pointer;
    text-decoration: underline;
}
  .image-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
      font-size: 15px;
  }

  /* Style for the image */
  .image-container img {
    max-width: 100%;
    height: auto;
  }