.btn-orange-big {
  color: #fff;
  font-family: "ITC Franklin Gothic LT W01DmCn", Arial, sans-serif;
  text-transform: uppercase;
  background-color: #E57200;
  width: 250px;
  padding: 1em;
  margin: 2em auto;
  text-align: center;
  text-decoration: none;
  line-height: normal;
  font-size: 1.2em;
}

.btn-orange-big:hover {
  background-color: #232D4B!important;
  color:#fff!important;
  text-decoration: none;
}