.dokumentacja_box, .publikacja_box {
		display: flex;
		grid-gap: 30px;
		justify-content: center;
		flex-wrap: wrap;
	}
			.pojemnik_pdf{float:left;width:201px;padding-top:24px;border-top:0px solid red;}
			.nazwa_pdf{float:left;margin-left:5px;width:98px;font-size:10px;height:105px;line-height:14px;color:#464646;}
			.przyciski_pdf{width:14px;height:16px;margin-left:5px;}
			.lupa_pdf{margin-left:5px;width:14px;height:16px;}	
			
			.publication-container {
				position: relative;
				box-shadow: 0 3px 5px #dedede;
				background: #fafafa;
				width: 200px;
				min-height: 400px;
				height: auto;
			}
			.publication-overlay{transition:.5s;}
			.publication-container:hover .publication-overlay{
				opacity:1;
			}	

			.nazwa_podtitel{
				width:100%;text-align:center;border-bottom:1px solid #cecece70;padding-bottom:20px;margin-bottom:20px;clear:both;margin-top: 60px;
			}


			.nazwa_podtitel:first-of-type{
				margin-top: 0;
			}