.inthenews--section {

}

.inthenews--container {
	padding: 60px 30px;
}

.inthenews--title {
	text-align: center;
	margin-bottom: 60px;
}

.inthenews-card--col {
	margin-bottom: 30px;
}

.inthenews-card {
	overflow: hidden;
	background: #000;
	min-height: 100%;
	border: 1px solid #2f3233;
	padding: 15px;
}

.inthenews-card--copy-wrap {
	color: #fff;
}

.inthenews-card--title {
	font-size: 1rem;
	font-weight: 700;
}

.inthenews-card--readmore {
	text-transform: uppercase;
	font-size: 1.025rem;
	font-weight: 700;
	letter-spacing: 0.075em;
}

.inthenews--descriptor {
	margin-bottom: 15px;
}

@media (min-width: 768px) {
	.inthenews-card {
		height: 100%;
	}
}

.inthenews--descriptor,
.inthenews-card--category {
	font-size: 1rem;
	text-transform: uppercase;
	letter-spacing: .05em;
	margin-bottom: 10px;
}

.inthenews--descriptor {
	font-weight: 400;
	font-style: italic;
}
