#repair a
{
	font-size: 22px;
	font-weight: 500;
    position: relative;
}

#repair .row.g-8 .item
{
	align-items: start;
	padding: 25px 60px 25px 30px;
}

#repair a:after
{
	content: '';
	width: 50px;
	height: 100%;
	background: url(images/arrow.svg);
	display: block;
	position: absolute;
	top: 0;
	right: 10px;
	background-repeat: no-repeat;
	background-position: center;
}