/* Default styles that apply to mobile and other devices */
/* .text-left { */
  /* font-size: 24px;  */
  /* Adjust this value as needed for mobile */
/* } */

/* Media query for desktop browsers */
/* @media (min-width: 768px) {  */
  /* Adjust this breakpoint to suit your design */
  /* .text-left { */
    /* font-size: 24px;  */
    /* Smaller font size for desktop browsers */
  /* } */
/* } */
li {
  list-style: none;
}

.custom-font-text {
  font-size: 35px;
 }