.ce_downloads {
	
}
.ce_downloads__element {
	margin-bottom: 1rem;
}
.ce_downloads__element a {
	display: grid;
	grid-template-columns: 1.2rem 1fr;
	grid-column-gap: .5rem;
}
.ce_downloads__element a:hover {
	
}
.ce_downloads__element a:hover svg {stroke: var(--color1);/* fill: var(--color1); */}
.ce_downloads__element a:hover .ce_downloads__label {
	color: var(--color1);
}
.ce_downloads__element a svg {
	transition: stroke .3s ease;
	width: 100%;
	height: auto;
	align-self: start;
}
.ce_downloads__label {
	font-size: var(--md);
	transition: color .3s ease;
	padding-top: .1rem;
}
@media screen and (min-width: 768px){
	.ce_downloads__element a {
		grid-template-columns: 1.4rem 1fr;
		grid-column-gap: 0.8rem;
	}
	.ce_downloads__label {
		padding-top: 0.1rem;
	}
	
}
@media screen and (min-width: 992px){
	.ce_downloads__element a {
		
	}
	.ce_downloads__label {
		padding-top: 0rem;
	}
	
}

