h2.h2-header {
	font-size: 3rem;
	padding: 3% 6%;
	background-color: transparent;
	background-color: transparent;
	-webkit-border-radius: 8px 8px 0 0;
	border-radius: 8px 8px 0 0;
	border-bottom:1px solid #ebedf0;
	font-weight: bold;
	letter-spacing:3px;
	color:#434c53;

}
.btn-contract {
  color: #fff;
  background-color: #ff5c0f;
  border-color: #ff8040;
  font-weight: bolder;
  font-size: 200%;
  height: 200%;
  letter-spacing: 0.1em;
  -webkit-transition-timing-function: ease;
       -o-transition-timing-function: ease;
          transition-timing-function: ease;
  -webkit-transition-duration: .3s;
       -o-transition-duration: .3s;
          transition-duration: .3s;
  -webkit-transition-property: all;
       -o-transition-property: all;
          transition-property: all;
}
.btn-contract:focus, .btn-contract.focus {
  color: #fff;
  background-color: #ffa275;
  border-color: #ff915b;
}
.btn-contract:hover {
  color: #fff;
  background-color: #ffa275;
  border-color: #ff915b;
}
