.recommended-articles {
	margin: 0
}

.recommended-articles .ra-icon {
	margin: 1.25rem 0 1.25rem auto;
	padding: 0
}

.recommended-articles .ra-heading {
	margin: 1em 0 0;
	text-transform: none;
	font-size: 20px;
	font-weight: 700;
	line-height: 1.25;
}

.recommended-articles .ra-entities {
	display: flex;
	flex-wrap: wrap;
	list-style: none;
	margin: 0 -5px;
	padding: 0
}

.recommended-articles .ra-entity {
	position: relative;
	margin: 1.25em 0 0;
	width: 100%;
	padding: 0 5px
}

.recommended-articles .ra-link {
	display: block;
	text-decoration: none
}

.recommended-articles .ra-image {
	position: relative;
	height: 0;
	padding-top: 56.3076923077%;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: top center
}

.recommended-articles .ra-title {
	margin: .5em 0;
	font-size: 1.1em;
	line-height: 1.25;
	font-weight: 700;
}

.recommended-articles .ra-title:hover {
	text-decoration: underline
}

.recommended-articles .ra-desc {
	display: -webkit-box;
	margin: 0;
	max-height: 4.285714287em;
	-webkit-line-clamp: 3;
	line-clamp: 3;
	-webkit-box-orient: vertical;
	overflow: hidden;
	font-size: .875em;
	line-height: 1.428571429;
	color: #000
}

@media(min-width: 480px)and (max-width: 639px) {
	.recommended-articles .ra-entity {
		width: 50%
	}
}

@media(min-width: 640px) {
	.recommended-articles .ra-entity {
		width: 33.3333333333%
	}
}

@media(min-width: 480px) {
	.recommended-articles .ra-title {
		display: -webkit-box;
		max-height: 3.75em;
		-webkit-line-clamp: 3;
		line-clamp: 3;
		-webkit-box-orient: vertical;
		overflow: hidden
	}
}