
/* Убираем подчеркивание у всех ссылок внутри карточек экскурсий */
.t-store__card a,
.t-store__card a:link,
.t-store__card a:visited,
.t-store__card a:hover,
.t-store__card a:active {
  text-decoration: none !important;
  border-bottom: none !important;
  box-shadow: none !important;
  color: inherit !important;
}
</style>