@media screen and (max-width: 640px) {
/*  .tmenu-mobile {
  /*  height: 90px !important; /* Задай нужную высоту */
   /* padding-top: 10px !important;*/
   /* padding-bottom: 10px !important;*/
/*  }

  .tmenu-mobile__container {
    height: 90px !important;
  }

  .tmenu-mobile__imglogo {
    max-height: 90px !important;
    max-width: 90px !important;
}
}

@media screen and (min-width: 641px) and (max-width: 980px) {
  .tmenu-mobile {
    height: 90px !important;
    /*padding-top: 10px !important;*/
   /* padding-bottom: 10px !important;*/
/*  }

  .tmenu-mobile__container {
    height: 90px !important;
  }

  .tmenu-mobile__imglogo {
    max-height: 90px !important;
    max-width: 90px !important;
  }
}
*/
li[data-list="bullet"] {
  list-style: none;
  position: relative;
  padding-left: 1.2em;
  margin-bottom: 0.4em;
  line-height: 1.4; /* задать чёткую высоту строки */
}

li[data-list="bullet"]::before {
  content: "●";
  position: absolute;
  left: 0;
  top: 0.2em; /* поднимаем точку к центру строки */
  color: #648f04;
  font-size: 0.6em; /* делаем точку меньше */
  line-height: 1;
}


