.downloadList {
	flex-wrap: wrap;
	/* margin-top: 50px; */
}

.downloadList .download-item {
	width: calc((100% - 60px)/3);
	margin-right: 30px;
	cursor: pointer;
	margin-bottom: 30px;
	box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.12);
	border-radius: 8px;
	overflow: hidden;
}

.downloadList .download-item:nth-child(3n) {
	margin-right: 0;
}

.downloadList .download-item img {
	width: 100%;
}

.downloadList .download-item p {
	padding: 15px;
	display: flex;
	justify-content: space-between;

}

.downloadList .download-item p img {
	width: 24px;
	height: 24px;
}

.downloadList .download-item p {
	font-size: 16px;
}

@media screen and (max-width: 768px) {
	.downloadList {
		flex-wrap: wrap;
		justify-content: space-between;
	}

	.downloadList .download-item {

		width: 48%;
  margin-right: 0;
		cursor: pointer;
		margin-bottom: 20px;
		border-radius: 4px;

	}
	.downloadList .download-item p {
	    padding: 10px;
	    display: flex;
	    justify-content: space-between;
	}
	.downloadList .download-item p {
	    font-size: 14px;
	}
	.downloadList .download-item p img {
	    width: 16px;
			height: 16px;
	}
}
