.tmenu-mobile__container {
    padding: 10px 20px !important;
}

.text-with-arrow::after {
  content: '';
  display: inline-block;
  margin-left: 5px; /* Отступ между текстом и стрелкой */
  margin-top: 6px;
  width: 16px; /* Ширина стрелки */
  height: 16px; /* Высота стрелки */
  background-image: url('https://static.tildacdn.com/tild3362-3132-4934-b837-373066643163/arrow.svg');
  background-size: contain;
  background-repeat: no-repeat;
}

.uc-uslugi .tn-molecule:hover {
        background-color:#606060;
        transition: 0.4s;
    }