:root {
  --btn-bg-color: linear-gradient(71.02deg, #E8D719 27.81%, #FFF261 71.43%);
  --btn-text-color: #000002;
  --btn-border-color: rgba(255, 255, 255, 0.95);
  --btn-hover-bg-color: linear-gradient(71.02deg, #E8D719 27.81%, #FFF261 71.43%);
  --btn-hover-text-color: #000002;
}

.tm-sc-section-title .title-wrapper .sub-title-outer .subtitle {
  background: rgba(255, 255, 255, 0.1);
}