.photoDocSection{
	margin-bottom: 60px;
}
.photoDocSection:first-child{
	margin-top: -15px;
}

.photoDocSection__body{
	margin-top: 30px;
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 10px;
}

.photoDoc{
	display: block;
	background: var(--bg-gray);
	color: var(--text-main);
	border-radius: var(--border-radius);
	padding: 30px;
	text-align: center;
}
.photoDoc__image{
	display: block;
	width: 100%;
	height: 228px;
	margin-bottom: 24px;
}
.photoDoc__image img{
	display: block;
	width: 100%;
	height: 100%;
	object-position: center;
	object-fit: scale-down;
}