.btn-white{
	background: #fff;
	color: #0c1543;
	border: none;
	outline: none;
	padding: 10px 28px;
	font-size: 16px;
	transition: 0.5s;
	text-transform: capitalize;
	font-weight: 700;
	margin-left: 20px;
}
.btn-white a:hover {
	background: #790101;
	color: #fff;
}
   
