/*Documents*/

.documents {
	margin: 120px 0;
}

.documents h2 {
	margin-bottom: 1em;
	text-align: center;
}

.documents h2::before {
	margin-left: auto;
	margin-right: auto;
}

.docs-row {
	display: flex;
	grid-column-gap: 17px;
	justify-content: center;
	flex-wrap: wrap;
}

.documents-item {
	display: flex;
	flex-direction: column;
	align-items: center;
	max-width: 250px;
	width: 100%;
	margin-bottom: 2em;
}

.documents-item span {
	color: #363636;
	text-align: center;
	font-family: "Work Sans";
	font-size: 16px;
	font-weight: 600;
	line-height: 109.8%;
	margin-top: 27px;
}

.documents-item img {
	border-radius: 12px;
	border: 1px solid #E1E1E1;
}

@media (max-width: 480px){
	.documents {
		margin: 80px 0;
	}
}