.copy-styles p.tk-mb-40{
	margin-bottom:40px;	
}
.tk-downloads {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	margin: 0 -10px;
	box-sizing: border-box;
}
.tk-download {
	margin: 0 0 30px 0;
	padding: 0 10px;
	text-align: center;
	box-sizing: border-box;	
	  flex: 0 100%;
	  flex-basis: auto;
	  width: 100%;
}
.tk-download a {
	text-decoration: none;
}
.tk-download .img-responsive {
	max-width: 100%;
	height: auto;
}
.tk-download p {
	text-align: center;
}

@media(min-width:576px) {
	.tk-download {
		flex: 0 100%;
	  flex-basis: auto;
	  width: 100%;
	}
}

@media(min-width:768px) {
	.tk-download {	
	  flex: 0 50%;
	  flex-basis: auto;
	  width: 50%;
	}
}

@media(min-width:992px) {
	.tk-download {		
	  flex: 0 25%;
	  flex-basis: auto;
	  width: 25%;
	}
}