Make bullet points next to text of description text size - Sense Theme

Currently text sets below the bullet points for the text versus aligned with it. How could I fix this?

.rte ul {
display: flex;
flex-direction: column;
gap: 0.5em;
}

.rte li {
display: flex;
align-items: flex-start;
gap: 0.5em;
text-indent: 0;
}

.rte li::before {
content: “•”;
margin-top: 0.2em;
}

Implementation Steps:

  1. Go to Theme Settings > Custom CSS
  2. Paste the above code
  3. Click "Save

HI @jinnkotcg

Thank you for reaching out to the Shopify community. I’d be glad to assist you. Could you kindly share your store URL and password (if it’s password-protected) so I can review it and provide you with an update? Attach pictures so I can better understand your problem.