.btn {
	display:inline-flex;
	background-color:#FF006D;
	padding:4px 24px;
	min-height:40px;
	box-sizing:border-box;
	line-height:1;
	align-items:center;	
	justify-content:center;
	cursor:pointer;
	text-transform:uppercase;
	color:#fff;
	border-radius:8px;
	margin:6px 12px;
	text-decoration:none;
}
.btn:hover {
	background-color:#ED096A;
}

@media screen and (max-width:1000px){

}

@media screen and (max-width:768px){

}

@media screen and (max-width:480px){
	.btn {
		min-height:40px;			
	}
}
