 .btn-base2{
   margin-top: 50px;
	overflow:hidden;
	padding:0 10px;
}
 .btn-base2 .btn1{
	width:48%;
	float:left;
}
 .btn-base2 .btn2{
	width:48%;
	float:right;
}
 .btn-base2 input{
	width: 100%;
	border: medium none;
	cursor: pointer;
	display: block;
	text-decoration: none;
	text-align: center;
	font-weight: bold;
	padding: 15px 10px;
  height: 100%;
}

.col-gray1{
  background-image: linear-gradient(rgba(233,234,235,1),rgba(211,213,215,1));
  color: rgba(102,102,102,1);
}
.col-orange{
  background-image: linear-gradient(rgba(251,154,3,1),rgba(251,101,3,1));
  color: rgba(255,255,255,1);
}