.single-file img {
    height: 25px;
    width: 20px;
    margin-right: 12px;
    object-position: bottom;
}
.files h2 {
    margin-bottom: 20px;
}
.single-file {
    margin-bottom: 20px;
}
.single-file a:hover {
	text-decoration: underline;
}
.single-file a {
    display: flex;
    align-items: flex-end;
}
.files p,
.files p a {
    line-height: 1.2;
}


@media screen and (max-width: 992px) {
	.single-file img {
	    height: 34px;
	    width: 24px;
	}
}