.ri-pdf-image-wrapper {
	display: flex;
	align-items: center;
	gap: 20px;
}
.ri-pdf-image-wrapper .ri-pdf-name {
	font-size: 16px;
	color: #000;
}
.ri-pdf-image-wrapper img {
	width: 54px;
}
.ri-download-pdf-main a {
	display: flex;
	align-items: center;
	padding: 20px;
	background: #d7d7d7;
	border-radius: 6px;
	max-width: 100%;
	justify-content: space-between;
}
.ri-download-pdf-icon img {
	width: 24px;
}