.sd-resource-panel__image {
	display: block;
	max-width: 1.5em;
	max-height: 1.5em;
	object-fit: contain;
}

.sd-featured-guide {
	box-sizing: border-box;
	width: 100%;
	min-height: 232px;
	max-width: 850px;
	margin-right: auto;
	margin-left: auto;
	padding: 28px 30px 28px 46%;
	background-color: #000;
	background-position: left center;
	background-repeat: no-repeat;
	background-size: auto 100%;
	color: #e97132;
}

.sd-featured-guide__content {
	text-align: left;
	font-size: 24px;
	line-height: 1.35;
}

.sd-featured-guide__title {
	margin: 0;
}

.sd-featured-guide a {
	color: #e97132;
	text-decoration: underline;
}

@media screen and (max-width: 600px) {
	.sd-featured-guide {
		min-height: 360px;
		padding: 230px 24px 24px;
		background-position: top center;
		background-size: auto 220px;
	}
}