ul, li{
	list-style: none;
}

.download a{
	margin-top: 50px;
	background-color: #18d26e;
	color: #fff;
	padding: 10px 15px 10px 15px;
	border-radius: 50px;
	width: 20%;
	text-align: center;
	font-size: 20px;
	float: right !important;
}
.download a:hover{
	background-color: #000;
	color: #18d26e;
	border: 1px solid #18d26e;
}
.interests img{
	margin-right: 20px;
}
@media screen and (max-width:768px){
.download a {
    margin-top: 50px;
    background-color: #18d26e;
    color: #fff;
    padding: 10px 15px 10px 15px;
    border-radius: 50px;
    width: 65%;
    text-align: center;
    font-size: 20px;
    float: right !important;
}
}
@media screen and (max-width:360px){
.download a{
	margin-top: 50px;
	background-color: #18d26e;
	color: #fff;
	padding: 10px 15px 10px 15px;
	border-radius: 50px;
	width: 80%;
	text-align: center;
	font-size: 20px;
	float: right !important;
}
}