.tdg-custom-btn.theme-default.template-link {
  font-size: 22px;
  line-height: 30px;
  color: var(--e-global-color-text);
  font-family: "Futura PT";
  text-decoration: underline;
}
@media (max-width: 767px) {
  .tdg-custom-btn.theme-default.template-link {
    font-size: 16px;
    line-height: 30px;
  }
}
.tdg-custom-btn.theme-default.template-link:hover {
  text-decoration: none;
}
