@charset "utf-8";

.whatsNew {
	display: flex;
	align-items: center;
	margin-bottom: 10px;
}
.whatsNew h2 {
	margin-left: 1em;
}
.rLinkListNews {
	height: 16em;
	overflow-y: scroll;
}
.rLinkListNews li {
	padding: 1em;
}
.rLinkListNews li:not(:last-child) {
	border-bottom: 1px solid #ccc;
}
.wrapperIconPDF {
	text-indent: -24px;
	margin-left: 24px;
}
.iconPDF::before {
	content: url("/business/agv/images_global/icon_pdf.png");
	margin-right: 0.5em;
	height: 1em;
	width: auto;
}
.caseItem {
	display: flex;
	flex-direction: column;
}
.caseItem > p {
	flex-grow: 1;
}

@media (max-width: 768px) {
	div#indexLinks.rBlock.clearfix {
		background-color: transparent;
		margin: 10px;
	}
}