span.strikethrough {
position: relative;
padding: 0 5px; }

span.strikethrough::after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 95px;
  height: 17px;
  background-image: url("../images/header/strikethrough.png?v=1");
  -webkit-background-size: 95px 17px;
  -moz-background-size: 95px 17px;
  -o-background-size: 95px 17px;
  background-size: 95px 17px; 
  }
  
.font-weight-400{
	font-weight: 400;
}
  
.font-weight-800{
	font-weight: 800;
}

.hero-cta-button{
	background-color: #EEC442;
	color: black;
}

.hero-cta-button:hover{
	background-color: #D9B23C;
}