/* Source-style SVG sizing for the Documents cards. */
.doc-icon svg {
	width: 50px;
	height: 50px;
}

@media (max-width: 700px) {
	.doc-icon svg {
		width: 38px;
		height: 38px;
	}
}
