.feature {
	position: relative;
	max-width: 870px;
	padding: 0 20px 20px;
	margin: 0 auto;
}

.feature .header {
	font-size: 24px;
	color: #960;
	margin-bottom: 10px;
}

.feature .title {
	position: absolute;
	top: 5px;
	right: 20px;
	font-size: 18px;
	font-weight: 700;
}

.feature .content {
	display: flex;
	justify-content: space-between;
}

.feature .image {
	padding-left: 20px;
}

.feature .image img {
	max-width: 300px;
	max-height: 200px;
}