/* Убираем стандартную иконку Tilda Membership из шапки */
.tlk-userbar {
  display: none !important;
}

@media (max-width: 640px) {
  .t030__title,
  .t-title_xxl,
  .t-title_xl,
  .t-title_lg {
    font-size: 38px !important;
    line-height: 1.1 !important;
  }
}
</style>