.btn-download {
	width: 160px;
    height: 50px;
    line-height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 16px 8px 16px;
    margin: 0 auto;
    background: #0074FF;
    border-radius: 2px;
	color: white;
	 
 }

.btn-download:hover {
    background-image: linear-gradient(-180deg, #6bcbff, #0074ff);
}