:root {
  --x1_inset: -84px;
  --x1_top: -48px;
  --x1_inset_600: -50px;
  --x1_top_600: -18px;
  --x2_inset: -86px;
  --x2_top: -46px;
  --x2_inset_600: -42px;
  --x2_top_600: -16px;
  --money_inset: 102px;
  --money_top: -80px;
  --money_inset_md2: 17px;
  --money_top_md2: -86px;
  --money_inset_600: 49px;
  --money_top_600: -50px;
}

.btn_primary {
  background: linear-gradient(78.82deg, #FFCE00 17.91%, #FFCE00 49.36%, #EEAF0E 49.36%, #EEAF0E 82.09%);
  -webkit-box-shadow: 0px 3px 0px 0px rgb(197, 106, 24);
          box-shadow: 0px 3px 0px 0px rgb(197, 106, 24);
  padding: 10px 24px;
  color: rgb(255, 255, 255);
  text-shadow: -1px -1px 0 #C56A18, 1px -1px 0 #C56A18, -1px 1px 0 #C56A18, 1px 1px 0 #C56A18;
}

.btn_primary:hover {
  opacity: 0.9;
}

.label-4 {
  background: linear-gradient(78.82deg, #FFCE00 17.91%, #FFCE00 49.36%, #EEAF0E 49.36%, #EEAF0E 82.09%);
  -webkit-box-shadow: 0px 3px 0px 0px rgb(197, 106, 24);
          box-shadow: 0px 3px 0px 0px rgb(197, 106, 24);
}

.label-4 svg use {
  fill: #fff;
  stroke: #C56A18;
  stroke-width: 4px;
  paint-order: stroke;
}

@media (min-width: 992.98px) {
  .textBanner__t2 {
    font-size: 48px !important;
    line-height: 56px !important;
  }
}