@media (max-width: 640px) {
  .tmenu-mobile__text {
    font-size: 28px !important;
  }
}

a:hover,
.t-text a:hover,
.tn-text a:hover {
  color: #804fbb !important;
  transition: color 0.2s ease;
}

.t-btn:hover {
  background-color: transparent !important;
  border: 1px solid #804fbb !important;
  color: #804fbb !important;
  transition: all 0.2s ease;
}