#myModal ul {
    padding-top:10px;
    list-style-type: none; /* Removes the default bullet points */
    padding-left: 0;       /* Removes default padding */
}

#myModal ul li::before {
   
    content: "•";           /* Adds a custom bullet */
    color: black;           /* Customize the color if needed */
    margin-right: 8px;      /* Adds spacing between the bullet and text */
    font-size: 1.2em;       /* Adjust size as needed */
}

#landing-video-description{
    padding-top:10px;
}