.certs-list {
	border-top: 2px solid #004A8D;
	margin: 50px 0 80px;

}

.certs-item {
	position: relative;
	padding: 20px 10px 30px 100px;
	border-bottom: 1px solid #B8B6B6;

}

.certs-item:before {
	content: '';
	position: absolute;
	left: 0;
	width: 80px;
	top: 0;
	bottom: 0;
	background: #E7ECF1 url("img/doc.svg") center no-repeat;
}

.certs-date {
	font-weight: 400;
	font-size: 13px;
	line-height: 16px;
	/* identical to box height */


	color: #535353;
	margin-bottom: 10px;
}



.certs-item-left {
	max-width: calc(100% - 200px);
}

.certs-item > a {
	font-weight: 500;
	font-size: 13px;
	line-height: 16px;
	/* identical to box height */

	letter-spacing: 0.02em;
	text-transform: uppercase;

	color: #6F6F6F;

	text-decoration: none;
	position: relative;
	padding-right: 20px;
	display: inline-block;
	margin-top: 20px;
}

.certs-item > a:before {
	content: '';
	position: absolute;
	width: 7px;
	height: 10px;
	background: url(img/arr.svg) center no-repeat;
	right: 2px;
	top: 2px;
}

.certs-item-name a {
	font-weight: 700;
	font-size: 16px;
	line-height: 135%;
	color: #000000;
	text-decoration: none;
}
.certs-item-name a:before {
	display: none;
}
@media (max-width: 768px){
	.certs-item-left {
		max-width: 100%;
	}
	.certs-list {
		margin: 50px 0;
	}

	.certs-item:before {
		width: 62px;
	}
	.certs-item {
		padding: 17px 0 17px 76px;
	}
	.certs-date {
		font-size: 11px;
	}
	.certs-item-name {
		font-size: 14px;
	}
	.certs-item > a {
		font-size: 10px;
		line-height: 12px;
	}
	.certs-item > a:before {
		top: 0;
	}
}